semibran / template-game

opinionated web game template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{project.name}}

{{project.description}}

usage

To get started, fork this repository and enter the following commands.

> scaffy     # replace template tags
> pkg-bump   # update package.json dep versions
> npm i      # install deps
> make watch # watch files

deps

  • task runner: make
  • JS: esbuild
  • HTML: html-minifier
  • file watcher: chokidar
  • spritesheet creation/extraction: jimp, pack, img-load, img-extract
  • animation logic: lerp

About

opinionated web game template

License:MIT License


Languages

Language:JavaScript 91.3%Language:Makefile 4.8%Language:HTML 2.7%Language:CSS 1.2%