gruiz17 / coffee-game-format

basic boilerplate to make a coffeescript game [boilerplate]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Game Format

A basic template to make HTML5 Canvas games with CoffeeScript.

I use for all my templates.

Just clone the repo, delete git data, and add in new history for whatever game you want to create.

Enjoy! Comes with basic Cakefile, main.coffee with initialized canvas on html with css styles.

TODO

  • A lot
  • better concatenation step for coffee -> js
  • js to insert colors/automated js step for users to fill in one file (colors/themes.json) to automatically render dom with those configurations

Tech/Libraries used

Music/SFX Credit

  • bfxr for sound effects

Art Credit

  • Whoever art you choose, unless yourself

About

basic boilerplate to make a coffeescript game [boilerplate]

License:MIT License


Languages

Language:CoffeeScript 92.7%Language:CSS 7.3%