Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

ooflorent/js13k-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS13KGames Boilerplate

Quick start

  • Clone the repository
  • Update package.json with your informations
  • Delete .git directory
  • Delete unneeded files and blocks

Features

  • Advanced build system using gulp.js
  • Bundle your game using browserify
  • Empower your CSS using LESS
  • Lint your JavaScript using ESLint
  • Minify assets
  • Compress as a ZIP archive
  • Serve your game during development