Custom Wars Design Document - [2.0] Terrain
https://github.com/ctomni231/cwtactics/wiki/Custom-Wars-Tactics---Core-Document#20-terrain
We need a data driven way to represent terrain tiles within the system. We've pretty much already accomplished this before in CWT Alpha 0.35. You can see this here:
https://github.com/ctomni231/cwtactics/blob/gh-pages/0_3_5/mod/cwt/tiles.json
A similar structure for the updated version will be helpful. We can either choose to store this in code, traits, or as separated JSON files.
Custom Wars Design Document - [2.0] Terrain
https://github.com/ctomni231/cwtactics/wiki/Custom-Wars-Tactics---Core-Document#20-terrain
We need a data driven way to represent terrain tiles within the system. We've pretty much already accomplished this before in CWT Alpha 0.35. You can see this here:
https://github.com/ctomni231/cwtactics/blob/gh-pages/0_3_5/mod/cwt/tiles.json
A similar structure for the updated version will be helpful. We can either choose to store this in code, traits, or as separated JSON files.