Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.68 KB

README.md

File metadata and controls

55 lines (39 loc) · 2.68 KB

Prison Break - CS 126 Final Project

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.

license docs

Read this document to understand the project layout.

Author: Dev Wadhwa - [email protected]


About

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.

Dependencies

External Libraries/Third-party Libraries

For the implementation of this game, I will be using a couple of external/third-party libraries listed below:

Installation

  1. Install Visual Studio from here.
  2. Download Cinder 0.9.2 from here.
  3. Follow the setup guide to set up Cinder + Git.
  4. Install SQLiteModernCpp and SQLite3 and follow these instructions to add these libraries to the CMake files.
  5. Clone this repository using git clone.
  6. Build and run the project from Visual Studio.

Game Controls

Keyboard

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