Skip to content

iremkrc/escape-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

escape-game

This repository includes an updated version of our COMP 302 Term Project for Fall 2022.

Group Members (credits to them :)

  • İrem Karaca
  • Birkan Çelik
  • Mete Erdoğan
  • Arda Gürsul
  • Begüm Yalçın

We did the game all together. After that, I changed some little details and prepared this README. I hope you enjoy!

About Game

This is a classical escape game. The aim is to find keys in all buildings. Once you find the key, you need to walk towards the door of the building. After passing the door, you will reach the next building. In order to win this game, finding all keys and passing through all doors are needed. The game takes place at Koç University -the university I am studying in.

Gameplay

Login Screen

  • First of all you need to login the game.
  • If you don't have an account, don't worry! You can create one with the sign up button.

Screen Shot 2023-02-06 at 20 18 59

Load Game

  • You can load the game from local or cloud! Yeah, we saved your progress in both your local machine and our cloud if you exit the game with the corresponding button. Btw we used MongoDB for database.
  • Is this your first time? Welcome, my friend!!! You can start playing with clicking the Start New Game button.

Screen Shot 2023-02-06 at 20 24 44

Building Mode

  • Meh, this might be the most boring part of the game.
  • You need to click inside the grids to put objects. The type of objects are random. And all of them are some classroom stuff since the game is in our university.
  • Every building has its own amount of needed objects. You are not able to build other buildings if the current object amount is not enough.
  • If you want to delete an object, you can click it again.
  • Try putting objects in a way that the door become unreachable :) or putting them in a way that forming a closed area. (Don't try, we did dfs to prevent these kind of things)

Screen Shot 2023-02-06 at 20 39 26

Running Mode

  • The player walks around using the arrow keys. The avatar is Bambi -this was our group name and our initials.
  • You need to go next to an object and click on it to search for the key. Once you find the key, a key will be appeared for a second and the door will be opened.
  • There is a time limit also. The time is limited by 5 seconds for each object presented in the building.

Aliens

  • Let me introduce the enemies: aliens. I have no idea what they are doing in Koç University but here we are.
  • All aliens appear randomly in the buildings every 10 seconds and the type of the appearing aliens are again selected randomly.
  • There are three types of aliens:
  1. Shooter Alien
  2. Blind Alien
  3. Time-wasting Alien

Shooter Alien

  • This type of alien is blue -cyan actually.

shooter_alien_img

  • It appears in a random location in the building and shoots a bullet every second.
  • The shoot range is marked with red color. Once you are inside the red area, you are shot every second. However, you are safe at the outside of the red area.
  • If you are shot, you will lose a life.

Screen Shot 2023-02-06 at 19 52 05

Blind Alien

  • This type of alien is pink -magenta actually.

blind_alien_img

  • It walks around randomly.
  • To be killed by blind alien, you should be next to it.
  • Once you are killed, you will lose a life.

Time-wasting Alien

  • This type of alien is green -yes, just green.

timewasting_alien_img

  • It does not kill the player, but it changes the location of the key randomly.
  • If less than 30% of the total time remains when this alien appears, the alien will conclude that the player is not in a good situation, and player might lose the game. So, it will change the location of the key only once and disappear.
  • If more than 70% of the total time remains, the alien will conclude that the player is doing well. So it will make the situation challenging by changing the location of the key every 3 seconds.
  • If the remaining time is between 30% - 70%, it will get confused and indecisive, so it will stay in the place in which it appears, then disappear after 2 seconds without doing anything.

Power-ups

  • Don't worry! There is also power-ups that can help you.
  • To collect them, you need to click on the power-up -your location doesn't matter.
  • Once you collect, you can see them on the inventory -right side of the game screen.

Extra Time

time_powerup_img

- When the user collects an extra time power-up extra 5 seconds are added to the timer.

Hint

hint_powerup_img

  • This power-up gives a hint about the location of the key.
  • To use it, hit the H button on the keyboard.
  • It will be shown that, the key is inside the yellow area.

Screen Shot 2023-02-08 at 15 17 18

Protection Vest

vest_powerup_img

  • This power-up protects you from being shot by the shooter alien.
  • To use it, hit the P button on the keyboard.
  • When you wear it, its protection lasts for 20 seconds.

Plastic Bottle

bottle_powerup_img

  • This power up is used to fool the blind alien.
  • To use it, first hit the B button and then one of the following buttons A, D, W, or X to decide on the bottle’s direction (A: west, D: east, W: north, X:south).
  • Once you use it, the blind alien will walk to the direction you chose until the alien hits somewhere.

Extra Life

life_powerup_img

  • This power-up adds one extra life to the player’s lives.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages