hextiles-prototype
v0.0.4
Published
A standalone demo. Hexagonal tile server. Player character. No collisions. WASD controls.
Downloads
5
Readme
hextiles-prototype (0.0.2-dev)
Screenshot:
You will need to pre-install the three.js library (r60 or better) and symlink it into the public
folder so that the demo can find the files that it needs (see index.html).
- this is a single-player demo
- developer preview: it's a place for me to play with new ideas
Getting started..
npm install hextiles-prototype
cd hextiles-prototype
- type
npm install
to download dependency modules, you only need to do this once (requires node.js) - type
npm start
to start the server running - visit
http://localhost:8000
in your browser to start the demo
Use WASD or cursor keys to move around
Collisions are not implemented so you can just run through things