This is a desktop version (supported on all OS) of the Piano Tiles Game that was built using Pygame. You can challenge your friends to beat your score and it is a competitive game. Enjoy Playing 😉.
https://www.mediafire.com/file/wk55s2jkx73hm1p/piano-tiles.zip/file
Extract the zip file.
Click on piano-tiles.exe
Like Normal Mobile App of Piano Tiles.
- Click the Play Button.
- Click the tiles with your Mouse to get scores.
- If you failed to click the tiles, Game is over.
- To Quit, click the cross button.
- If you don't want to play the background song, you can turn it off.
- You can replay to beat your current high score.
- pygame = v2.3.0
- pyinstaller = v5.9.0
- Clone the Github repo using the git clone command .
- Make sure you have Python installed in your computer and an IDE.
- Install the dependencies locally.
pip install pygame - Now the project is ready to be run locally.
Go to the directory of the project and run the following command.
python main.py
The game will open in a GUI window and you are all set to play the game.
