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
← Commit log
commit
message
Making markdown file actually useful
author
date
2014-02-11 19:36:01
stats
1 file(s) changed, 21 insertions(+), 1 deletions(-)
files
README.md
img/demo_img.png
 1diff --git a/README.md b/README.md
 2index cf71e52..3a16548 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -1,11 +1,27 @@
 6 # Hexcraft
 7 
 8+https://raw.github.com/vogtb/hexcraft/master/img/demo_img.png
 9+
10 Browser-based 3D hexagonal tile editor built with Three.js 
11 
12-## Usage
13+## Installation
14 
15 Entirely front end. Open index.html in your browser and off you go! Scene saves are made to localStorage with javascript.
16 
17-## Example
18+You can try it out at http://benjvogt.com/hex
19+
20+
21+##Instructions
22+
23+###Camera Controls
24+
25+**Move:** W, A, S, D to move camera. R, F to move raise and lower.
26+**Rotate:** Use the up, down, left, right arrows to rotate camera.
27+**Zoom:** Scroll to zoom in and out.
28+
29+###Tools
30 
31-An example can be found at http://benjvogt.com/hex
32\ No newline at end of file
33+**Add Hexagon:** Click on the scene to add a hexagon in that location.
34+**Remove Hexagon:** Click the negative hexagon button, and click on a hexagon to remove that hexagon from the scene.
35+**Color:** Select the color for new hexagons.
36+**Save, Load, New:** Save, load, or create a new scene.
37\ No newline at end of file
38diff --git a/img/demo_img.png b/img/demo_img.png
39new file mode 100644
40index 0000000..445664a
41Binary files /dev/null and b/img/demo_img.png differ