Skip to content

gjeck/js13k-lost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS13kGames 2017

JS13kGames is a JavaScript coding competition for HTML5 game developers. The fun part of the competition is the file size limit is set to 13 kilobytes.

This repo is for my 2017 entry. I'm not really an HTML5 game developer, but I had fun with this and learned a lot. Details of the game are below.

Mazeren

Escape three mazes to beat the game. Play here.

Getting started

install dependencies

npm install

run local development server

npm start

build production assets

npm run build

run tests

npm test

Resources + Inspiration