https://github.com/ldd/rot-js-game-template
rot.js functional game template
https://github.com/ldd/rot-js-game-template
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T21:25:17.000Z (over 5 years ago)
- Last Synced: 2025-02-07T21:18:21.151Z (5 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`