Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/js13kgames/men-in-maze

Men In Maze - a js13kGames 2015 competition entry by @Iftahh.
https://github.com/js13kgames/men-in-maze

2015 competition desktop game html5 javascript js13k js13kgames js13kgames2015 mobile optimization reversed server touch

Last synced: 3 months ago
JSON representation

Men In Maze - a js13kGames 2015 competition entry by @Iftahh.

Awesome Lists containing this project

README

        

# 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](http://gulpjs.com/)
* Bundle your game using [browserify](http://browserify.org/)
* Empower your CSS using [LESS](http://lesscss.org/)
* Lint your JavaScript using [ESLint](http://eslint.org/)
* Minify assets
* Compress as a ZIP archive
* Serve your game during development