gute
Gute is a simple web games library. It gives you a game loop, input, sounds, music and tilesets. I'll probably add some bitmap font support.
Installation
npm install gute
or if you're using pure JS just grab https://kevglass.github.io/gute/dist/index.js and include it. See the example below.
Example
https://kevglass.github.io/gute/test/
Pure JS Source code: https://kevglass.github.io/gute/test/game.js
TS/Webpack Example: https://github.com/kevglass/gute-test
Guide
https://github.com/kevglass/gute/wiki
Docs
https://kevglass.github.io/gute/
Next Up
- LDTk Map Loading
- A-Star Pathfinder
- Bitmap Font support if I can find a common standard