Dodano pierwszy raport i Makefile #1
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