Fully functioning game using rot.js.
- Scene Manager (with some default scenes)
- Entities
- Controllable entity (with keyboard)
- Enemies approach you using A*
- Enemies attack you
- Death
- Graphical Tile Support
- and ASCII graphics as backup too
- Saving
- using
localStorage
, save and load games
- using
If you use yarn
:
yarn
yarn watch
If you use npm
:
npm install
npm run watch