Skip to content

c6es6r/Endless-Runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Execute

Dependencies

The only needed dependency is pygame.

Run The Game

The game can easily be run by the make command. In case it doesn’t work execute the following bit of code:

python3 src/main.py

You might need to remove the 3.

Clean Up

To remove the cache file simply execute the following command:

make clean