Welcome to the manual for "The Great Escape" game. "The Great Escape" is an adventure game where your main aim is to break out of a prison. This game was inspired by The Binding of Isaac and based on a top-down perspective, offering various levels with different difficulties. Full manual you can see here - The Great Escape .pdf
To begin playing "The Great Escape," follow these steps:
- Install Maven if not already installed.
mvn install
- Go to the game directory (you have to be in package TheGreatEscape).
- Run the following command to start the game:
Add -Dexec.args="--disable-logging" to play without logging and nothing to play with
mvn exec:java -Dexec.mainClass="org.game.thegreatescape.view.Game"
Once in a game, you can control character by pressing keyboard:
- Key "D": Move right.
- Key "W": Move up.
- Key "A": Move left.
- Key "S": Move down.
- Key "F": Press and collect items.
The game provides players with the opportunity to create new levels.
To begin creating new levels follow these steps:
- Go to the game directory (you have to be in package TheGreatEscape).
- Run the following command to start the editor:
Dexec.mainClass="org.game.thegreatescape.levelEditor.LevelEditor"
After starting, two windows will appear:
-
The aside item stage displays a collection of image items that are used for level editing.
-
The canvas stage is where the player designs his game level.