Closed RiLeone closed 4 years ago
This is the part commented out in the code right?
@SGE-MagHead yes, check the To Reproduce bit of the issue to see what's going on. It should be line 106 of WarBot.py
(current code state) [Search for TODO and you should find the triggering line] 😄
This might have been solved - looks like winner states were added to all neighbourhoods, causing the graph to be linked in the wrong manner. Issue was probably solved during implementation of solution to #29. Still need to test it.
PLEASE DO NOT WORK ON THIS ISSUE FOR THE TIME BEING
Describe the bug When creating the battle pairs, if more than one pair is picked a series of things go bad, including:
To Reproduce Steps to reproduce the behavior:
range(20)
at start offor
-loop inget_pairs()
insrc/WarBot.py
./WarBot.py
fromsrc/
Expected behavior Survivors should always have neighbour by definitions. If only one player remains, game should end (as long as no insurgence is allowed).
Additional context There might be more to it, but this is a start.