Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.91 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.91 KB

Monster Tower

Monster Tower is a web game inspired by Sim Tower.

Screenshot of a tower built in Monster Tower game

Play game

Play game in my browser

Story

In the Netherlands there is a town called Monster. It want to show how much better it is there compared to its neighbours. So they decide to build a tall tower. Your job is to build that tower.

Controls

The game can be played using mouse (left button) or keyboard. It also has partial support for screen readers.

Keyboard controls

Key Context Usage
Tab Any Moves focus around toobar buttons, window buttons and built rooms/stairs/etc.
Enter Any Activate focused button/link.
Arrow keys Build room* Moves the place where a new room would be built in the arrow direction. Hold Ctrl to move left/right one room width at the time or 5 floors up/down at the time.
h,j,k,l Build room* Vim movement keys for moving the place where a new room would be built.
Escape Build room* Abort building more rooms of current room type.
Shift Build room* When holding shift you can build a rectangle of the current room type. The rectangle starts from the last build location and you move the other end with the cursor movement keys.

(*) Note: The build room cursor is a focusable element in the tab cycle, and the build room keys only function when the cursor has focus.

Screen readers

I have tried to support screen readers, but I'm not a regular screen reader user myself. If you have ideas on how to improve it, please get in touch.

Ludum Dare 33

This game was originally made as an entry for the Ludum Dare 33 game development competition.