Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 696 Bytes

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