๐ฉ๐งก๐๏ธ || เคเคฏ เคถเฅเคฐเฅ เคฐเคพเคฎ || ๐๏ธ๐งก๐ฉ
A simple endless runner game built with Pygame, featuring pixel art graphics.
- Endless running gameplay: Avoid obstacles for as long as possible.
- Score based on time survived.
- Pixel art graphics and animations.
- Sound effects and background music.
- Obstacles include snails (ground) and flies (air).
- Python 3.x
- Pygame library:
pip install pygame
- Clone the repository (or download the files).
- Navigate to the
Pixel Runnerdirectory:cd path/to/Pixel Runner - Run the game:
python runner_video.py
- Jump: Press the
Spacebar. - Start Game: Press the
Spacebaron the title screen.
Pixel Runner/
โโโ runner_video.py # Main game script
โโโ graphics/ # Image assets (player, obstacles, background)
โ โโโ player/
โ โโโ snail/
โ โโโ fly/
โ โโโ ...
โโโ font/ # Font files (Pixeltype.ttf)
โ โโโ Pixeltype.ttf
โโโ audio/ # Sound files (jump, music)
โ โโโ jump.mp3
โ โโโ music.wav
โโโ README.md # This file
Recording.2025-05-04.213035.mp4
Code by Vinsmoke Somya