This project was made as a part of CS 126 Final Project under the guidance of Prof. Michael J Woodley at the University of Illinois Urbana-Champaign.
Read this document to understand the project layout.
Author: Dev Wadhwa - [email protected]
My project is an adaptation of a maze runner game the developer played in his childhood. The point is to run as fast and possible and reach the end of the maze, while enjoying the different screens the player is in.
- Cinder 0.9.2
- CMake
- Catch2
- clang/clang++
For the implementation of this game, I will be using a couple of external/third-party libraries listed below:
- Install Visual Studio from here.
- Download Cinder 0.9.2 from here.
- Follow the setup guide to set up Cinder + Git.
- Install SQLiteModernCpp and SQLite3 and follow these instructions to add these libraries to the CMake files.
- Clone this repository using git clone.
- Build and run the project from Visual Studio.
Key | Action |
---|---|
W / Up arrow key |
Move up |
A / Left arrow key |
Move left |
S / Down arrow key |
Move down |
D / Right arrow key |
Move right |
h |
Interact with the Game Screen |
SPACE |
Pause or Play Music |