From 199a7b1ddca336ab0d357131682927c08ee5b853 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 23 Feb 2022 01:27:20 -0500 Subject: init --- README.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.mdown (limited to 'README.mdown') 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. -- cgit v1.2.3