diff --git a/README.md b/README.md index f789e59..00b3128 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Ludum Dare 37: One Room -## Story +## The Game + +### Story You are trapped in a gigantic tower. All levels are connected and form a big room. @@ -8,6 +10,14 @@ Your mission is to beat your way through all levels and reach the top of the tow **But beware!** If you make a bad move you will fall down and hopefully land on a lower level. +### Controls + +You control the unicorn with the arrow keys. The map is draggable with the mouse so you can get an overview of the level. + +### Bonus + +As a bonus we added a map editor for you to design own challenging levels. + ## Credits * Felix Richter(@felix5721): Heavy map design @@ -15,14 +25,6 @@ Your mission is to beat your way through all levels and reach the top of the tow * Malte Heinzelmann(@hnzlmnn): Game code, [SGL](https://github.com/CaffeineProcessorsUnited/superior-game-library) library code * Maria Stepanov(@butterwelt): Beautiful assets -## The Game - -You control the unicorn with the arrow keys. The map is draggable with the mouse so you can get an overview of the level. - -## Bonus - -As a bonus we added a map editor for you to design own challenging levels. - ## Development ## Running