grapeJUICE1 / Fruit-Frowns

A game like fruit ninja made with python and pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fruit Frowns

About

Fruit Frowns is a fruit ninja like game made with python and pygame... As you'd expect the game is like fruit ninja , with couple of fruits spawning around and you basically have to cut them with your mouse....

Most of the assets are from opengameart.org

Running The Game

To run the game ... All you gotta do is download setup.exe from https://drive.google.com/file/d/1BtI3H3D760mE3xFcsMFBUK3NfIqo0aag/view?usp=sharing , run it, go to the generated directory and double click on main, That's it ....For this you won't need python installed on your system

If you wanna run this game on your ide or wanna play with the code, download this repository , go to Game folder and then run main.py...

Note that you would need python and pygame installed in your system

You can download python from here

To download pygame you would need Pip installed in your System which will be automatically installed if you install python....Then just install pygame using the commad

pip install pygame

More info at https://www.pygame.org/wiki/GettingStarted

Screenshots

game gameplay

MainMenu

Playing Scene

MainMenu

MainMenu

About

A game like fruit ninja made with python and pygame


Languages

Language:Python 100.0%