This is a very popular game. Here this game is implemented in python using pygame
In this game we can learn how to work with
- Different states
- Score calculation
- collision detection
- sprites
- movement
- Spritesheets
- There are some issues in this game, feel free to check them out and contribute if you can solve them
- If you are a beginner in game development feel free to ask questions about this game. 👍
- There is an special issue in the issue section which requires new level. If you are interested or new to github contributions you can just print a good pattern for the game and make a pull request 🤠
If you want to try this game on your computer then do the following steps:
-
Fork this repo in your personal github account
-
Make a copy of that repo in your device
You can use the below code to copy the repo in your personal device
git clone url_of_your_github_repo
-
Open this file using command prompt / powershell window
for opening a file in command prompt/ powershell simply right click on the repo you copied earlier and select open with powershell option
-
Download pygame
python -m pip install pygame
If pygame is already installed in your device then skip this step
-
In your command prompt / powershell window type the following command
python main.py
-
You are all set enjoy
Thank you! for visiting our game. I hope you would enjoy it.