Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/hotel-404
Hotel 404 - a js13kGames 2020 competition entry by @ajcore.
https://github.com/js13kgames/hotel-404
2020 404 competition desktop game html5 javascript js13k js13kgames js13kgames2020 optimization
Last synced: 1 day ago
JSON representation
Hotel 404 - a js13kGames 2020 competition entry by @ajcore.
- Host: GitHub
- URL: https://github.com/js13kgames/hotel-404
- Owner: js13kGames
- Created: 2022-10-01T17:19:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T17:19:36.000Z (over 2 years ago)
- Last Synced: 2025-02-09T11:14:30.560Z (1 day ago)
- Topics: 2020, 404, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2020, optimization
- Language: HTML
- Homepage: https://js13kgames.com/entries/hotel-404
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- 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