Skip to content

jonathan-vallet/js13k-2018

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

JS13K 2018

This repository allow you to quick start your JS13K project to develop, compile, minify and zip you JS13K project.

Uses adfab-gulp-boilerplate to compile sass or less, concat you JS, minify your assets...with additional tasks to zip and improve minification

You can play the game here thanks to the GitHub Pages.

Installing

Run npm install in the project directory to install all needed packages.

Compile game

gulp to compile your files

Project will be generated in /www folder.

Generate final game

run gulp --production && gulp zip

Your game.zip file will be generated in /dist folder.

Credits

Many code parts are inspired/adaptated from the work of other devs to save time.

About

Survival Horror game for JS13K 2018 contest on "offline" theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published