sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up and fix win condition code

sourencho opened this issue · comments

The win conditions code is messy because we rushed fixing it for the first playtest. See 9279ec6

Also the greedy bot isn't using the win condition data properly:
https://github.com/SourenP/ungroup_game/blob/b5cf884f321a213d7fb20855fc15ddcbd2f12a1e/src/common/bots/Bot.cpp#L22-L24