Javascript framework for turn-based hex games with server-side game logic and client-side interface.
To run, first run 'npm install'. Ensure that grunt-cli is installed on your system. run 'grunt' within the project folder.
Currently, there is no executable. Running grunt just compiles the files and runs the test suite.
- Hex.Map object, containting Hex.Hex objects.
- Ability to place/move objects on Hex.Hex objects.
- Fog of war/visibility system.
- Rendering engine for client side.
- Server/client interaction.
- Saving of game state on server-side DB.