"Run On" is a fun little side-scrolling endless runner game built using Pygame. You control a chubby cat running across the screen, dodging incoming obstacles (stones). How far can you go without tripping?
- Press Spacebar to start and jump.
- Dodge all the stones.
- Survive as long as you can to increase your score.
- Get a new high score if you're awesome.
Run-On/
├── game.py
├── highscore.txt
├── images/
│ ├── bg_full.jpg
│ ├── cat.png
│ ├── stone0.png
│ ├── stone1.png
│ ├── stone2.png
│ ├── ...
│ └── stone6.png
├── fonts/
│ ├── PixeloidSans.ttf
│ └── PixeloidSans-Bold.ttf
└── README.md
- Python 3.x
- Pygame
pip install pygameThanks for checking out Run On! I hope this was fun.
