An HTML/WebGL port of HexPlanet using Three.js.
View the live demo at http://webhexplanet.herokuapp.com/
Setup RubyGems if you haven't yet. http://docs.rubygems.org/read/chapter/3
Setup GemBundler if you haven't yet. http://gembundler.com/
gem install bundler
Checkout the source, setup, and run.
git clone https://github.com/rSimulate/WebHexPlanet.git
cd WebHexPlanet
bundle install
rackup
Navigate to localhost:9292