]> git.draconx.ca Git - rrace.git/commit
Add a debug mode to make the game stupidly easy.
authorNick Bowler <nbowler@draconx.ca>
Sun, 12 Jun 2022 02:57:55 +0000 (22:57 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 12 Jun 2022 15:56:26 +0000 (11:56 -0400)
commita0af2394f25fa36cdf70c99c0f435622c5a8435b
tree317ee8c9d1f0974899feadea05dc24d59114ecaa
parent1549df40a72face9c7fbd4e5d96386ba2a07bb58
Add a debug mode to make the game stupidly easy.

Implement an alternate version of game_reset, selectable by editing
the code, which always produces games that are winnable in just one
move.

This makes it much faster to manually test behaviour after game end.
src/game.c