Skip to content

kevglass/gute

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

logo

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 Map Loading
  • A-Star Pathfinder
  • Bitmap Font support if I can find a common standard