A game made using Python and Pygame, in which the players have to collect coins falling from the sky.
Python (2 or 3)pygame
- Use your arrow keys to collect as many coins from the coin fall in 30 seconds.
- Blue coins are worth thrice the normal coins.
- Avoid the bombs.
- Fork the repository, and clone your fork into your machine.
- Use pip-install to install all required modules, for example,
pip install pygame
- Use pip-install to install all required modules, for example,
- To run, type
python main.py. (Ensure python is in your PATH)
The code in this project is licensed under the MIT License 2017 - Vineet Jiji Cherian.
