Latest Code Download - Version 0.1.1h
Added 2021-10-30 18:11:59 +0000 UTCHere is the latest download link for the code for the city-builder game:
https://drive.google.com/file/d/1FaanDCzf9ekBCJwUSIO-GAPhnrtxtc6Q/view?usp=sharing
Here's a quick video showing how to set it up in Eclipse:
https://www.dropbox.com/s/jxl92yn8p776fq0/How%20to%20set%20up%20engine.wmv?dl=0
although to run it you'll now need to run the thinmatrix.cityBuilderGame.main.MainApp class, as opposed to the test class shown in the video.
The new road placer is thinmatrix.cityBuilderGame.roads.placing.MultiRoadPlacer. The animation and road markings are done in the road shaders, found in thinmatrix.cityBuilderGame.rendering.sceneRendering.roadRendering. The new grid highlighting system is in thinmatrix.cityBuilderGame.world.grid.highlighter.
Thanks as always!
Karl