From 70dbaf0a8efa7fec2d727f7c0af5f947f03b4dd5 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sat, 9 Jan 2016 20:38:32 -0800 Subject: [PATCH 1/2] Add summary, controls, instructions, etc. Taken verbatim from the jam page @ http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=52430 --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c0ec99..ae4051b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,32 @@ # The Everything Building -Ludum Dare 34 Jam Game - ranked #2 Overall, #1 Fun. +[Ludum Dare 34 Jam Game](http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=52430) - ranked #2 Overall, #1 Fun - ### [PLAY IT NOW](http://oletus.github.io/elevator/) -**By:** +![cropped gameplay](http://i.imgur.com/RGF0W6d.gif) + +### 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,
+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 @@ -10,5 +34,3 @@ Ludum Dare 34 Jam Game - ranked #2 Overall, #1 Fun. * Anastasia Diatlova - design Using [gameutils.js](https://github.com/oletus/gameutils.js/) - -### [Play now](http://oletus.github.io/elevator/) From da1e75b8f47d618b5eb62ce065566f6ba71b1e87 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sat, 9 Jan 2016 20:39:22 -0800 Subject: [PATCH 2/2] Move GIF further up page --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae4051b..b82a2b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # The Everything Building -[Ludum Dare 34 Jam Game](http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=52430) - ranked #2 Overall, #1 Fun - ### [PLAY IT NOW](http://oletus.github.io/elevator/) - ![cropped gameplay](http://i.imgur.com/RGF0W6d.gif) +[Ludum Dare 34 Jam Game](http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=52430) - ranked #2 Overall, #1 Fun - [PLAY IT NOW](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.