From 97f0dd7522415eb0efed473be60a62109272e853 Mon Sep 17 00:00:00 2001 From: Michal Starski Date: Wed, 27 Mar 2019 00:08:06 +0100 Subject: [PATCH] added Makefile and the first raport --- Makefile | 13 +++++++++++++ raports/raport_1.md | 0 2 files changed, 13 insertions(+) create mode 100644 Makefile create mode 100644 raports/raport_1.md 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