To develop a computer version of the popular mobile, fruit-slicing, game Fruit Ninja
.
The game is entirely written in Python3 Programming Language, with the help of the popular Python gaming library Pygame
The game keeps throwing some fruits to the screen at random locations, along with occational bombs. The task is to slice/or touch the fruits with the mouse pointer, while avoiding the bombs.
Game ends when you - Either Touch a bomb / Fail to touch 5 fruits (before they go off the screen)