added Makefile and the first raport

This commit is contained in:
Michal Starski 2019-03-27 00:08:06 +01:00
parent 9ee0cf1f5c
commit 97f0dd7522
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