Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/js13kgames/men-in-maze
- Owner: js13kGames
- Fork: true (Iftahh/meninmaze)
- Created: 2015-09-18T19:12:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T07:22:03.000Z (over 9 years ago)
- Last Synced: 2024-10-01T07:41:15.273Z (3 months ago)
- Topics: 2015, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2015, mobile, optimization, reversed, server, touch
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/men-in-maze
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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