Cornichon is a 2D rouge-like action platformer in which the player has to control both the character and the Sphere simultaneously. Our main goal is to create a different user experience by implementing an algorithm to generate a unique level each time the game is played.
Creators, CS102 Group 1G:
Ahmet Berke Gökmen
Erdem Eren Çağlar
İdil Atmaca
Mahmut Mert Gençtürk
(in alphabetical order)
- You should have downloaded Java.
- In order to play the game, you have two choice: (i) cloning the git repository or (ii) downloading the .jar file.
- (i) By writing the following code on your terminal you can clone Cornichon repository:
git clone https://github.com/Muria1/Cornichon.git
cd Cornichon/
./gradlew desktop:run
- (ii) By just downloading the .jar file on releases page , you should be able to execute the game easily by double clicking.
If the game does not run by double clicking type the following in terminal
java -jar /PATH/TO/FILE/Cornichon.jar
- libGDX
- Box2D
- MongoDB