-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
The Bank Job | ||
================== | ||
_.o0 The Bank Job 0o._ | ||
========================== | ||
|
||
An action game where you need to escape from a maze of rooms. Made for the #indiesvspewdiepie contest. | ||
|
||
Fed up with your boring job as a bank clerk you decide to rob the bank and spend the rest of your days on a sunny island. You've got the money and now you just need to escape without getting caught. | ||
|
||
 | ||
|
||
## Controls | ||
|
||
* Use **arrow keys** or **WASD** to move. | ||
* Press **Enter** or **Space** to open doors. | ||
* Toggle sound and music on/off with **N/M** | ||
|
||
## Tested Browsers | ||
|
||
* Google Chrome - 38.0 | ||
* Firefox - 33.0 | ||
* Safari - 8.0.1 | ||
|
||
## Open Source Libraries | ||
The following javascript libraries are used: | ||
|
||
* [phaser.js](http://phaser.io/) - Desktop and mobile HTML5 game engine. | ||
* [lodash.js](https://lodash.com/) - A utility library delivering consistency, customization, performance, & extras. | ||
|
||
## License | ||
|
||
Copyright (c) 2014 Petar Petrov | ||
|
||
Copyright (c) 2014 Stremena Tuzsuzova-Petrova | ||
|
||
--- | ||
`The Bank Job` is part of the [Gamejolt](http://jams.gamejolt.io/indiesvspewdiepie) #indiesvspewdiepie contest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"projectName": "vagary", | ||
"projectName": "thebankjob", | ||
"gameWidth": "960", | ||
"gameHeight": "640" | ||
} | ||
} |