Python Version : 3.5
Installing Dependencies
chmod +x install_dependencies.sh
./install_dependencies.sh
Running the game
chmod +x run.sh
./run.sh
Rules of the game
Instructions for the player:
- Use 'w' to move forward.
- Use 's' to move backward.
- Use 'd' to rotate clockwise and 'a' to rotate counter-clockwise.
- Use 'space' to shoot enemies.
- Hostages are saved by going near them.
- To win the game, you need to save atleast 3 hostages.
- You can pause the game at any time by clicking 'p'.
- Health bar and Resource bar at the top left corner of the game screen.
- Hostages must be saved in a minimum time which is different for different hostages depending upon the relative position of the hostage from the player at start time
Known bugs in the game
- Videos can not be skipped as it hinders with the game mechanism.