Dodano pierwszy raport i Makefile #1

Merged
s434786 merged 1 commits from raports into master 2019-03-27 00:09:42 +01:00
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