diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2023-02-27 21:26:01 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2023-02-27 21:26:01 +0200 |
commit | 14c0f0a7198a8295895729c04985a3a0cf5a87fb (patch) | |
tree | 6b553a0f7d4e20c7ca8d017426a3eb00d4e676db /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
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 +``` |