A game project developed with Java, Gradle, libGDX
Explore the wiki »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
KakouQuest is a game project developed with Java, Gradle, and Libgdx.
The aim of Kakou Quest is, like Roguelike, to improve as a player by fighting monsters. You have to go down from floor to floor and get as low as possible, while improving your player and equipment and fighting monsters and bosses.
The game uses a permanent death system, which causes the player to restart at the first level each time he dies, losing his equipment but leaving him with the stats upgrades he made during the game. This will allow the player to improve with each death, enabling him to progress further and further in a game that is intended to be difficult.
Each time the player kills a monster or clears a stage, he or she recovers experience points that enable him or her to move up a level and thus improve a statistic chosen from among life, strength, speed and energy.
Boss battles, on the other hand, allow players to gain many more experience points and rare equipment than the rest of the chests and monsters, but will be much harder to complete.
To get a local copy up and running follow these simple example steps.
- IntelliJ IDEA 2024.1
- Java Development Kit (JDK)
- Gradle
- Clone the repo
git clone https://github.com/Hc-Sky/SAE-Rogue-Like.git
- Open the project in IntelliJ IDEA
- Follow the launch configuration instructions in
README-INSTALLATION.md
This project is a game developed in Java. You can run the game from IntelliJ IDEA.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some New Feature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
KakouQuest Extended is a multiplayer version of KakouQuest. It allows you to play with your friends in a cooperative way. You can play with up to 4 players.
follow the instructions in the README.md of the project KakouQuest-Multi
Hugo - @Hc-Sky
Swann - @swannwlme
Fabrice - @fabyan09
Enzo - @EnzoMasson04
Project Link: https://github.com/Hc-Sky/kakouquest