C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Draw territory borders on the map #288

Open QuintillusCFC opened 2 years ago

QuintillusCFC commented 2 years ago

Territory borders make it easier to see whose territory is whose.

We might need to add a method to calculate who owns the tiles too, as I don't think we have that.

Reference for drawing: https://hg.sr.ht/~adj/civ3_cross_platform_editor/browse/src/main/java/com/civfanatics/civ3/xplatformeditor/tabs/map/renderer/ClassicRenderer.java?rev=tip#L963 Reference for calculating tile ownership: https://hg.sr.ht/~adj/civ3_shared_components/browse/src/main/java/com/civfanatics/civ3/biqFile/IO.java?rev=tip#L5935

This is not really a Carthage goal, possibly a Dutch or Egypt one.