Skip to content

BoBkiNN/cellspeedrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small PyGame game

You are playing as crystal. Goal is get the coin fast as you can

Controls:

  • Move: arrows
  • Mute sounds: M
  • Restart: R
  • Delete save: Hold X
  • Pause: ESC or SPACE

How to run:

  • Download the repo
  • Install PyGame using python -m pip install pygame
  • Run python main.py or run main.py using python