Skip to content

js13kGames/origin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my lil entry to js13kgames 2013.

setup instructions

cd server
npm install
npm start

open http://localhost:8000      # uncompressed build
open http://localhost:8000/prod # compressed build

license

i stole a few files:

  • src/vendor/extend.js taken from MIT-licensed Underscore.js
  • src/vendor/requestanimationframe.js taken from right here and it's MIT
  • src/vendor/miniclass.js was written by me
  • src/assets/boom.ogg made by Amon, licensed under a Creative Commons Attribution-Share Alike 3.0 license

the rest of the stuff is licensed under that unlicense in LICENSE.txt.