Merge branch 'raports' of s440556/SZI2019SmieciarzWmi into master

This commit is contained in:
s1202077 2019-03-26 23:09:42 +00:00 committed by Gogs
commit 6e7ef092cb
2 changed files with 13 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
.PHONY: init install start
init-linux:
python3 -m venv env
install:
env/bin/pip3 install -r requirements.txt
start:
env/bin/python3 ./game.py --home-count=5

0
raports/raport_1.md Normal file
View File