Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Muria1/Cornichon

Repository files navigation

Cornichon

Bilkent University CS 102 Group Project


Table Of Contents


1. What is Cornichon?

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.


2. Who are we?

Creators, CS102 Group 1G:
Ahmet Berke Gökmen
Erdem Eren Çağlar
İdil Atmaca
Mahmut Mert Gençtürk
(in alphabetical order)


3. How to execute the game?

  1. You should have downloaded Java.
  2. 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

4. Dependencies

  • libGDX
  • Box2D
  • MongoDB