C7-Game / Prototype

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

93 - CxxC #290

Closed QuintillusCFC closed 2 years ago

QuintillusCFC commented 2 years ago

This changes the city placement logic so there will always be at least two tiles between cities (CxxC pattern, rather than CxC, although the AI may choose a wider pattern if it deems it beneficial).

Closes #93 . Closes #207

QuintillusCFC commented 2 years ago

The Greek, Dutch, and American AIs doing a nice job of settling in a CxxC pattern:

image

They've also done a decent job prioritizing city locations. They tend to travel farther away early on than a human would, but the locations they haven't settled - jungle and plains - would be low-priority for a human, too. The Dutch just beat the Americans in a race to The Hague's location.

QuintillusCFC commented 2 years ago

Closes #93

Closes #207 (this wound up being one line)

QuintillusCFC commented 2 years ago

It's been a week, no reviews, it's also released to prod, no complaints. Looked over again, going to merge.