hexcraft
ARCHIVED - browser-based 3D hexagonal tile editor built with Three.js
git clone https://git.vogt.world/hexcraft.git
Log | Files | README.md | LICENSE
← All files
name: README.md
-rw-r--r--
848
 1# Hexcraft
 2
 3![alt tag](https://raw.github.com/vogtb/hexcraft/master/img/demo_img.png)
 4
 5Browser-based 3D hexagonal tile editor built with Three.js 
 6
 7## Installation
 8
 9Entirely front end. Open index.html in your browser and off you go! Scene saves are made to localStorage with javascript.
10
11You can try it out at http://benjvogt.com/hex
12
13##Instructions
14
15###Camera Controls
16
17**Move:** W, A, S, D to move camera. R, F to move raise and lower.
18
19**Rotate:** Use the up, down, left, right arrows to rotate camera.
20
21**Zoom:** Scroll to zoom in and out.
22
23###Tools
24
25**Add Hexagon:** Click on the scene to add a hexagon in that location.
26
27**Remove Hexagon:** Click the negative hexagon button, and click on a hexagon to remove that hexagon from the scene.
28
29**Color:** Select the color for new hexagons.
30
31**Save, Load, New:** Save, load, or create a new scene.