An isometric view of a peaceful train trip through a never-ending forest.
My entry for JS1k. The submission can be found here.
# install gulp
npm install
# build and run server on localhost:8080
gulp
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.