Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ldd/rot-js-game-template

rot.js functional game template
https://github.com/ldd/rot-js-game-template

Last synced: 8 days ago
JSON representation

rot.js functional game template

Awesome Lists containing this project

README

        

# rot.js Game Template

Fully functioning game using [rot.js](https://github.com/ondras/rot.js).

# Features

- 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

# Instructions

If you use `yarn`:

- `yarn`
- `yarn watch`

If you use `npm`:

- `npm install`
- `npm run watch`