Thrillberg / imperial

Imperial is a fun board game.
17 stars 6 forks source link

Game board #56

Closed Thrillberg closed 4 years ago

Thrillberg commented 4 years ago

@sobelk How do you feel about working on the game board map presentation in the Vue code of Imperial?

We want to change this:

Imperial

Into this: diplomacy_board

The top image is from the add-rendered-board branch of this codebase. The bottom image is a photo of the physical gameboard. We don't need to faithfully recreate all the details of the board but getting the various zones (Budapest vs West Balkan vs Ionian Sea, for example) to be visually distinct and appealing is our goal. I imagine that we'd want to attach an id for each zone/path in the final board svg so that we can represent units and highlights and such on the zone dynamically. Also, no need to reproduce the rondel in the upper left corner or the Tax/Points chart in the upper right corner.

Some nomenclature:

Here is an svg from Wikipedia that might be helpful: https://commons.wikimedia.org/wiki/File:Blank_map_of_Europe_1914.svg

If you have feedback or ideas on how to improve the Vue code (or other code, elsewhere) I am very eager to hear about it! I'm also very happy to pair with you on this if you'd like.

Thrillberg commented 4 years ago

Here is a copy of the game's instruction book, too, in case that is helpful: https://web.archive.org/web/20070927080346/http://www.eggertspiele.de/down/imperial/imperial_regel_e.pdf

sobelk commented 4 years ago

Are you prioritizing fidelity to the map of Europe or fidelity to the game board? Is the ideal an SVG representation of the game board itself?

Thrillberg commented 4 years ago

Great question! I suppose it would depend on the trade-offs, but probably the game board should be seen as authoritative. I only provide the map of Europe in case it is helpful.

Thrillberg commented 4 years ago

Resolved by #68