Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add controls, instructions, etc. to README #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,36 @@
# The Everything Building

Ludum Dare 34 Jam Game - ranked #2 Overall, #1 Fun.
![cropped gameplay](http://i.imgur.com/RGF0W6d.gif)

**By:**
[Ludum Dare 34 Jam Game](http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=52430) - ranked #2 Overall, #1 Fun - [<kbd>PLAY IT NOW</kbd>](http://oletus.github.io/elevator/)

### Elevator Operator’s Manual

We are delighted to welcome you to the team as our newest elevator operator. You will be expected to serve the vertical mobility needs of some very busy and important people (and animals). We expect you to convey them to their desired floor with speed, efficiency and a smile.

* :arrow_up: To go up - press up
* :arrow_down: To go down - press down

If successful, you will be rewarded with generous tips. But keep the line moving, or it’s all over for you.

Now get to work!

Sincerely,<br>
The Management

### Game Rules

* Take numbered customers to their respective destination floor to receive coins
* Customers appear on floors: avoid overcrowding a floor by transporting customers before they fill any floor entirely
* Combo: More people arriving on the same floor at the same time means more coins
* Size: The customers come in three sizes (small, medium, large) and the elevator can hold three small, one small and one medium or a single large customer at a time.
* Many customers have their own properties and behaviours: learn and master their quirkiness to score as much as you can before any floors overcrowd!

### Credits
* [Olli Etuaho](https://twitter.com/oletus) - code, graphics, design
* [Kimmo Keskinen](https://twitter.com/kavrielh) - code, design
* Sakari Leppä - graphics, design
* Valtteri Heinonen - sound and music, design
* Anastasia Diatlova - design

Using [gameutils.js](https://github.com/oletus/gameutils.js/)

### [Play now](http://oletus.github.io/elevator/)