This game’s objective is to exit a maze you have been dropped into after finishing two tasks.
- Report the imposter
- Activate the collectibles
demo.mp4
Make sure you have the following installed on your system.
- glew
- freetype
- cmake
Run the following commands to open the game window.
$ mkdir build && cd build
$ cmake ..
$ make
$ ./EscapeOut
- The following keys are used to move camera
- ← : Move Player Left
- ↑ : Move Player Up
- → : Move Player Right
- ↓ : Move Player Down
- J : Zoom Out
- K : Zoom In
- L : Toggle Lights