diff options
| author | tslil <tslil@posteo.de> | 2021-01-13 16:39:16 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 2ef0078ba2afd99c4fc2673497f3d3a39119cf5d (patch) | |
| tree | 3f3c791ee9b0136270f6cae2de3d96fce18e6a5c /extract.sh | |
| parent | aff5fe7f343194366beeda700a2f4a383e40fa73 (diff) | |
Trying minimax
Diffstat (limited to 'extract.sh')
| -rwxr-xr-x | extract.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ db_file=games_anon.db query() { - query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0')" + query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0') and (result != '1/2-1/2')" selct="" - for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 AaaarghBot; do + for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 applemonkeyman Tayacan; do # for player in NohatCoder AaaarghBot; do # for player in; do # selct="$selct(player_black == '$player') or " |
