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.
![Screenshot 2024-05-01 at 20 47 26](https://private-user-images.githubusercontent.com/113288163/327205715-d0fb8215-b3e6-4725-b46d-04a3e8942e89.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDE0NDAsIm5iZiI6MTczOTEwMTE0MCwicGF0aCI6Ii8xMTMyODgxNjMvMzI3MjA1NzE1LWQwZmI4MjE1LWIzZTYtNDcyNS1iNDZkLTA0YTNlODk0MmU4OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMTM5MDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03ZGM0MGJkODBkNDQ1MmFmN2E5YTI5YjNmY2RmMTNkYTQ5YWRlYzdhYWYxNzk1ZGZmZjkyNzViMTllNDYyZDhlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.FvRreE41buQCAhLC9PNkgcYK7aU3g9z8DWYIv1VnNds)