Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ldd/rot-js-game-template
- Owner: ldd
- License: mit
- Created: 2020-02-25T20:48:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T21:25:17.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T15:51:23.595Z (about 2 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`