buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 24 forks source link

Implement some improvements to random_ai and replay_loop #3002

Closed cgolubi1 closed 3 weeks ago

cgolubi1 commented 4 weeks ago

This partially addresses #2953; in particular it adds the flag to nondestructively test whatever is in output/ right now, and reduces the work needed to turn test output into a responderTest to much closer to zero.

I've tested the new flags manually, and played about 900 novel and replayed games, and i'm satisfied with the changes.

cgolubi1 commented 3 weeks ago

@blackshadowshade could you take a quick look at this this weekend? If it needs more scrutiny, i'm happy to wait, but i suspect you're going to rubber stamp it since it's replay-test-only, and it'd be handy for me to have the new flag in the codebase for testing other things.

blackshadowshade commented 3 weeks ago

Right, accepting these changes to random_ai and replay testing.