Skip to content

vex1220/PythonGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonGame

This is simple flappucino game I made in Python in my spare time.

Grab the latest release of Python and install Pygame by executing pip install pygame.

Note: If the pip install pygame did not work for you, then try this:

Windows: python -m pip install pygame

Mac: python3 -m pip install pygame

Linux: Same as windows.

Ensure main.py is in the same directory as ./data and execute python main.py.

And Lastly Enjoy. :)

About

Simple game I made in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages