Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Nov 24, 2014
1 parent ca21b66 commit 5eaccaa
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
37 changes: 35 additions & 2 deletions README.md
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.

![The Bank Job for Gamejolt](http://i.imgur.com/Dxnw4D6.png)

## 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.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "vagary",
"projectName": "thebankjob",
"gameWidth": "960",
"gameHeight": "640"
}
}

0 comments on commit 5eaccaa

Please sign in to comment.