Aside from Tile.initial_state and boardData.js, most of the game code is agnostic as to what the game board actually looks like. I'd like to make this even more modular and provide a way to add additional maps, e.g. the traditional Risk map in addition to Japan, and maybe others. When starting a game you could choose the map to use.
Aside from
Tile.initial_state
andboardData.js
, most of the game code is agnostic as to what the game board actually looks like. I'd like to make this even more modular and provide a way to add additional maps, e.g. the traditional Risk map in addition to Japan, and maybe others. When starting a game you could choose the map to use.I've already got a world map in Sketch: