Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 717 Bytes

File metadata and controls

39 lines (25 loc) · 717 Bytes

Andrieste

Andrieste is a 2D platformer inspired by Celeste.
It features 5 custom-built levels and 3 modes of random level generation.

The game was developed as my final project for CS15 at Brown University.


Gameplay

Gameplay Video

Controls

Controls


How to Play

Requirements

  • Java (JDK installed)

Run the Game

  1. Install Java if you don’t already have it.

  2. Open a terminal in the project folder.

  3. Compile the source files:

    javac *.java
  4. Run the game:

    cd ..
    java andrieste.App