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.
- Java (JDK installed)
-
Install Java if you don’t already have it.
-
Open a terminal in the project folder.
-
Compile the source files:
javac *.java -
Run the game:
cd .. java andrieste.App