A minimalistic version similar to Fruit Ninja made in pygame
- python 2.7 (or any version below 3)
- To install in ubuntu use
sudo apt-get install python
- pip ( python package manager [not necessary but it's good to have pip] )
- To install in ubuntu use
sudo apt-get install python-pip
- pygame
- To install if you have pip
pip install pygame
- To install if you don't have pip
sudo apt-get install python-pygame
- Clone the repository
git clone https://github.com/1995YogeshSharma/Fruit-Cut
- Run the game using
python main.py
- click, hold and drag mouse to make a line and cut balls to get score.
- Blue ones are the bombs, you get your score and life deducted if cut them.
- There are three lifes aka collisions at your disposal :P
- Once out you can press 'r' to replay
- I am more than happy to recieve any feature request or issues regarding game.
- If you want to add some feature yourself just get into it and shoot me a pull request.(fork the repository and get going)