--------------------------------------
TEMPLATE PROJECT
--------------------------------------
This is a template project for the rat engine
http://www.wahoo.com/rat/

--------------------------------------
HOW TO USE
--------------------------------------

Start here:
  * Make a copy of this whole template project folder
  * open sample_index.html in a browser
        A "Template Game" screen should show up, without errors in the JS console
        click to spawn particles and play a noise
  * Start changing stuff!

--------------------------------------
POSSIBLE NEXT STEPS FOR YOU
--------------------------------------
* rename "sample_index.html" to "index.html" or whatever you want it to be.
* change name of window in index.html file (from "Template Rat Project")
* remove/replace this readme file, maybe repurpose for your new project
* rename storage variable in app.js
* look for various things in code marked "template" or "TEMPLATE" and customize them

--------------------------------------
More details on how the template project works:
https://docs.google.com/document/d/1GYO-MOD0afKhliBF3ulSBv1y-CuJjsUXaPbVM5k0FQY/edit?usp=sharing
