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.
Linked to Discord
npm install gute
or if you're using pure JS just grab https://github.com/kevglass/gute/blob/master/dist/index.js and include it. See the example below.
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
https://github.com/kevglass/gute/wiki
https://kevglass.github.io/gute/
- LDTk Map Loading
- A-Star Pathfinder
- Bitmap Font support if I can find a common standard