summaryrefslogtreecommitdiffhomepage
path: root/README.mdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.mdown b/README.mdown
new file mode 100644
index 0000000..0f01c99
--- /dev/null
+++ b/README.mdown
@@ -0,0 +1,9 @@
+# HexTile System Demo
+
+Simple demo showing the following:
+- Creating a 2D array of hex tiles
+- Rendering the array of hex tiles in proper order
+- Hit detection of when a mouse is over a hex
+- Being able to get and modify adjacent tiles
+
+Mouse over the the tiles to see the magic.