Skip to content

A maze escaping game inspired from the avatars of a very famous game Among Us.

Notifications You must be signed in to change notification settings

Triansh/Escape-Out

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escape Out

Overview

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

Installation

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

Controls

  • 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

About

A maze escaping game inspired from the avatars of a very famous game Among Us.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages