Skip to content

Sajetha13/run_on_pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run On - A Simple Pygame Cat Runner

"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?


Gameplay

  • 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.

Folder Structure

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               

Requirements

  • Python 3.x
  • Pygame

Install Pygame with:

pip install pygame

Screenshot

image

Thank You

Thanks for checking out Run On! I hope this was fun.

About

a pygame where a kitten runs and jumps stones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages