Skip to content

A minimalistic version similar to Fruit Ninja made in pygame

Notifications You must be signed in to change notification settings

1995YogeshSharma/Fruit-Cut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fruit-Cut

A minimalistic version similar to Fruit Ninja made in pygame

Requirements

  1. python 2.7 (or any version below 3)
  • To install in ubuntu use
    sudo apt-get install python
    
  1. pip ( python package manager [not necessary but it's good to have pip] )
  • To install in ubuntu use
    sudo apt-get install python-pip
    
  1. pygame
    • To install if you have pip
    pip install pygame
    • To install if you don't have pip
    sudo apt-get install python-pygame

Installation guide

  1. Clone the repository
    git clone https://github.com/1995YogeshSharma/Fruit-Cut
    
  2. Run the game using
    python main.py
    

Playing guide

  1. click, hold and drag mouse to make a line and cut balls to get score.
  2. Blue ones are the bombs, you get your score and life deducted if cut them.
  3. There are three lifes aka collisions at your disposal :P
  4. Once out you can press 'r' to replay

help guide

  1. I am more than happy to recieve any feature request or issues regarding game.
  2. If you want to add some feature yourself just get into it and shoot me a pull request.(fork the repository and get going)

About

A minimalistic version similar to Fruit Ninja made in pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages