Skip to content

Commit 1ddde20

Browse files
authored
Merge pull request #7 from beeankha/update_readme
Update readme
2 parents ea6fcf8 + 4d13dc7 commit 1ddde20

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Overview
66

7+
![gameplay](/images/screenshot.png)
8+
79
This is a simple Pygame-based ~alien shooter~ cat game that I made for Python/Pygame practice. It's based on the tutorial from the excellent [Python Crash Course](https://nostarch.com/pythoncrashcourse2e/) book.
810

911
Read more about Pygame here: https://www.pygame.org/wiki/about
@@ -37,4 +39,10 @@ To run this game, navigate to the directory with the `cat_save_us.py` file and r
3739
python3 cat_save_us.py
3840
```
3941

42+
## Game Controls
43+
44+
Use the left and right arrow keys to move the cat.
45+
46+
Press the spacebar to shoot bullets.
47+
4048
Type `q` to quit out of the game.

images/.DS_Store

0 Bytes
Binary file not shown.

images/medium_star.bmp

-2.41 KB
Binary file not shown.

images/screenshot.png

147 KB
Loading

images/ship.bmp

-7.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)