bobtheuberfish / chiriboga

Implements Netrunner in Javascript against an AI opponent
https://chiriboga.sifnt.net.au/
GNU General Public License v3.0
91 stars 11 forks source link

Fix AI advancing bug #18

Closed bobtheuberfish closed 3 years ago

bobtheuberfish commented 3 years ago

Was due to AI code being skipped when only one choice was available (so the AI never realised the action had been taken and kept trying to do it). Closes #17