diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7c10e1e --- /dev/null +++ b/Makefile @@ -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 + + + diff --git a/raports/raport_1.md b/raports/raport_1.md new file mode 100644 index 0000000..e69de29