stevegrossi / sengoku

An online Risk-like game built with Elixir and Phoenix LiveView
https://www.playsengoku.com/
60 stars 3 forks source link

Provide alternate maps #20

Closed stevegrossi closed 7 years ago

stevegrossi commented 7 years ago

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.

I've already got a world map in Sketch:

screen shot 2017-10-19 at 8 39 40 am