https://github.com/categulario/piano
The piano game
https://github.com/categulario/piano
Last synced: 6 months ago
JSON representation
The piano game
- Host: GitHub
- URL: https://github.com/categulario/piano
- Owner: categulario
- Created: 2015-03-14T14:05:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T05:23:56.000Z (over 7 years ago)
- Last Synced: 2024-10-22T13:28:56.651Z (7 months ago)
- Language: Python
- Size: 7.43 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Piano
The piano game, in pygame
## Develop
* Install pygame
* run `piano.py`## Windows specific
* Install python 3.4 from python.org
* Add to path `c:\python34` and `c:\python34\scripts`
* `pip install wheel`
* Download pygame 1.9 for python 34 from pygame.org (alternative downloads)
* `pip install `
* go to `cmd.exe`, then cd to repo, `python piano.py` or double click `piano.py`
* enjoy## Change log
### 0.2
* Session support
### 0.1
* The game