diff options
| author | realtradam <[email protected]> | 2022-02-23 01:27:20 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-23 01:27:20 -0500 |
| commit | 199a7b1ddca336ab0d357131682927c08ee5b853 (patch) | |
| tree | fb296060bb572e63ef39482d45b632f9b24822f8 /README.mdown | |
| download | hextile-system-demo-199a7b1ddca336ab0d357131682927c08ee5b853.tar.gz hextile-system-demo-199a7b1ddca336ab0d357131682927c08ee5b853.zip | |
Diffstat (limited to 'README.mdown')
| -rw-r--r-- | README.mdown | 9 |
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. |
