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

Latest commit

 

History

History
18 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 502 Bytes

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