PyFlappy is a game made by using Python.
This game was made by using Python. In this game, there is a main menu, info (help) screen, level menu, and game. There are 5 levels in the game. When you pass a level, you automatically move on to another level. There are 2 language supports. These are English and Turkish.
Go to the releases page: https://github.com/OmerFI/PyFlappy/releases/tag/v1.0
- There are 3 options. The first one is installing the setup file (only windows).
- The second one is installing the portable version (only windows).
- The other one is installing the Linux version. The Linux version does not include a ".deb" or ".rpm" file, only includes the ELF file and source codes.
If you want to start/play the game from source code, follow the followings
- Python v3.x
pip install -r requirements.txt
Go to the directory where the source codes were stored.
On Windows:
python main.py
On Linux:
python3 main.py
Please contact me.