Skip to content
Snippets Groups Projects
Charlie Ringer's avatar
Charlie Ringer authored
6b31cfd7

2nd year university project in C++ (Goldsmiths College, UoL).

Copyright Charles Ringer 2015

Please build in Xcode if able (other IDEs may work but are untested).

User instructions: All instructions should be present in game but are repeated here. Click start to begin the game. Use W,A,S,D to move. Press E to toggle the torch on and off Press Q to place a torch. Press SPACE to throw the torch.

  • Get to the end point (a ladder) without getting killed by the enemies.
  • Enemies will wander around aimless unless the user lights a torch near them (using either Q or E). Then they will intelligently path towards the torch (or the user if they are holding the lit torch).
  • Lighting torches will provide the user with more vision (as vision is calculated using any torches and the there location relevant to the walls) but is risky as it attracts attention.
  • If you have any questions about this peice of software please email me at cring002@gold.ac.uk

References and licenses for all assets can be found in this folder.

Up and coming features and improvements:

  • Heartbeat audio to tell the user how close they are to the exit (currently it is only printed out in the console).
  • Other sound effects
  • Settings menu.