Latest Code Download - Version 0.1.0h
Added 2021-09-30 16:13:19 +0000 UTCHere is the latest download link for the code for the city-builder game:
https://drive.google.com/file/d/1yfCxgrbCwznEX49ZgZdBIJTdMNje3fAL/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 way of reading/writing save data is in thinmatrix.toolbox.readWrite.dataObjects. This is used in the new save system which can be found in thinmatrix.cityBuilderGame.sessions.serializing. The Activity structure is found in thinmatrix.cityBuilderGame.entities.actions and some example activities are in thinmatrix.cityBuilderGame.entities.buildings.
Thanks as always!