Module Name: src Committed By: rillig Date: Sun May 29 21:47:12 UTC 2022
Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up color handling in 'pickmove' Instead of searching for the best black and white moves, search instead for our and their best moves. This makes the code simpler and more uniform, as the strategy is the same for Black and White. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/games/gomoku/pickmove.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.