Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 636 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 636 Bytes

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.