Skip to content

andrenanninga/js1k-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train Ride (JS1k 2015)

An isometric view of a peaceful train trip through a never-ending forest.

My entry for JS1k. The submission can be found here.

Installation

# install gulp
npm install

# build and run server on localhost:8080
gulp 

Technical details

To achieve the smallest possible filesize the script is first minimized using UglifyJS. This file is then processed by RegPack. This process reduces the script from 3518 characters to 1022 characters.

Releases

No releases published

Packages

No packages published