Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 610 Bytes

10kTower

Build your vertical empire! 10kTower is a project created for the 10k Apart 2016 contest. The objective is to create an online experience which degrades gracefully, functions without JS, and has an initial download size of under 10k.

This game was inspired by the classic tower building title SimTower. Each type of floor has different needs and you'll have to listen to your tenants to create the perfect tower.

Installation

git clone https://github.com/webrender/10ktower.git
npm install
grunt build
EXPORT PORT={your port of choice}
node server.js