Merge branch 'raports' of s440556/SZI2019SmieciarzWmi into master
This commit is contained in:
commit
6e7ef092cb
13
Makefile
Normal file
13
Makefile
Normal 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
0
raports/raport_1.md
Normal file
Loading…
Reference in New Issue
Block a user