React client for the Escape from /dev/null competition. It saves all the level
information in localStorage, so if you close your browser, you still have a
map and where are monsters.
- duplicate
session-key.example.jsintosession-key.jsand add your key npm installnpm install -g watchifywatchify src/all-that-is.jsx -o build/bundle.jsopen index.html
up/down/left/right- move straightw/a/s/d- digi/o/k/l- move diagonallyz/x- up/down staircasep- planeshiftg- get an item
- show inventory
- drop
- use
- dig
- unwield
- repair inventory items
- clicking on a cell in the map gives me details about characters, the cell type and items there
- allocate points by clicking on a skill
- when a monster is killed, show a notification in the console
- show a level up notification if I have level points
- highscores by issuing
getHighScoresin the console - planeshift
- the map is reversed... but the UI fits in one screen :-P
