Credits
Game loop based on code form Killer Game Programming in Java
Demo for https://github.com/pubudug/hexagon-grid Note that some test classes from hexagon-grid have been used in this demo
This recording of the demo is from the following commits. - hexagon-grid project (commit 55e501298d25b173103b33b0425d57bef8973541) - hexagon-grid-demo project (commit 5d2ae3fe669e913920e23b362366860537b00bcc)
To run the demo build hexagon-grid project and this demo project. Then run
mvn exec:java -Dexec.mainClass="io.github.pubudug.hexgrid.demo.Game"