Skip to content

Mostafatalaat770/Fruit-Ninja-Game

Repository files navigation

Fruit Ninja Clone

The famous Fruit Ninja game made in Java.

Features

  • 2 Game Modes:

    • Classic: The player must slice all Fruit that appears on the screen, while avoiding the Red Bombs. The player starts with three lives. If all three lives are lost, the game is over.
    • Arcade: The player must slice as many fruits as they can in sixty seconds, while avoiding the purple bomb. Bonus Bananas can appear in this mode.
  • Users system with profiles, high score leaderboards for both modes, save/load for each mode.

  • Sound system covering most of the game.

  • Options menu with the ability to turn on/off music/sound fx, change the background image.

  • How to play section.

Getting Started

Clone the repo and import it using your desired IDE. (IntelliJ IDEA is recommended)

Prerequisites

  • Java 8 (built-in JavaFX library)

  • JFoenix for Java 8 - Graphical components

  • SQLite JDBC Driver - Accessing the users database

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Disclaimer

All the assets, sounds and backgrounds are not ours.

Acknowledgments

  • Our testers