Skip to content

opethe1st/SameGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Side Project inspired by the Same game that comes with DrRacket.

screen shot 2017-03-23 at 11 29 38 pm

You need pygame and python 3 to run the program. To install pygame:

pip install pygame

to run use:

cd src && python app.py

You can also download executable files for different platforms here:

https://github.com/opethe1st/SameGame/releases/tag/v1.1

and you can also compile your own executable from source using pyinstaller

pyinstaller Gui.spec --windowed --onefile

About

Python implementation of the Same Game using pygame

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages