Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevglass/gute
https://github.com/kevglass/gute
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevglass/gute
- Owner: kevglass
- Created: 2021-05-14T14:38:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T11:22:51.000Z (11 months ago)
- Last Synced: 2024-08-08T01:56:00.259Z (3 months ago)
- Language: TypeScript
- Size: 9 MB
- Stars: 153
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![logo](https://kevglass.github.io/gute/test/logo.png)
# 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.
Linked to Discord
# Installation
```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.
# 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](https://ldtk.io/) Map Loading
* A-Star Pathfinder
* Bitmap Font support if I can find a common standard