summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2023-02-27 21:26:01 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2023-02-27 21:26:01 +0200
commit14c0f0a7198a8295895729c04985a3a0cf5a87fb (patch)
tree6b553a0f7d4e20c7ca8d017426a3eb00d4e676db /README.md
init commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9847923
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+## How to play
+Clone repo to a Directory and cd into, then
+```bash
+pip install pygame
+python game.py
+```