Home
last modified time | relevance | path

Searched refs:trymove (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/gnugo/gnugo-3.8/regression/
H A Dtactics1.tst21 trymove black D12
22 trymove white C13
23 trymove white C12
24 trymove black C11
34 trymove black L4
40 trymove black G4
41 trymove white G3
67 trymove white O6
H A Dreading.tst100 trymove W F17
111 trymove B S15
121 trymove B S15
217 trymove B L9
284 trymove B E1
680 trymove W Q4
681 trymove B R4
682 trymove W P4
683 trymove B R5
684 trymove W R3
[all …]
H A Dbreak_in.tst6 trymove white F2
19 trymove white C4
25 trymove black R14
31 trymove white S10
41 trymove black B3
48 trymove white F6
55 trymove black A18
H A Dconnection.tst357 trymove black R14
358 trymove white P16
383 trymove W R18
384 trymove B S17
392 trymove B S6
399 trymove B P5
405 trymove white C15
H A Dtrevor.tst265 trymove black C1
266 trymove white C2
267 trymove black F1
/dports/games/gnugo/gnugo-3.8/engine/
H A Dunconditional.c78 if (trymove(libs[k], other, "unconditional_life", pos)) in capture_non_invincible_strings()
395 if (trymove(libs[k], other, "unconditional_life", pos)) in unconditional_life()
414 if (trymove(libs[0], other, "unconditional_life", pos)) { in unconditional_life()
441 && trymove(pos - right, other, "unconditional_life", pos)) in unconditional_life()
444 && trymove(pos + up + right, other, "unconditional_life", pos)) in unconditional_life()
455 trymove(pos - up, color, "unconditional_life", pos); in unconditional_life()
478 if (trymove(libs[k], other, "unconditional_life", pos)) in unconditional_life()
516 trymove(apos, other, "unconditional_life", pos); in unconditional_life()
520 trymove(bpos, other, "unconditional_life", pos); in unconditional_life()
H A Dendgame.c141 || !trymove(inessential_libs[k], other, "endgame", pos)) in endgame_analyze_worm_liberties()
158 && trymove(lib, other, "endgame", pos)) { in endgame_analyze_worm_liberties()
330 if (!trymove(inessential_libs[k], worm_color, "endgame", pos)) in endgame_analyze_worm_liberties()
338 if (trymove(attacks[k], other, "endgame", pos)) { in endgame_analyze_worm_liberties()
415 || !trymove(inessential_libs[k], other, "endgame", str)) in endgame_find_backfilling_dame()
426 if (trymove(dpos, color, "endgame", str)) in endgame_find_backfilling_dame()
H A Dfilllib.c230 if (trymove(pos, color, "fill_liberty", NO_MOVE)) { in fill_liberty()
390 if (!trymove(move, color, "find_backfilling_move", move)) in find_backfilling_move()
481 trymove(move, color, "find_backfilling_move", move); in find_backfilling_move()
495 trymove(move, color, "find_backfilling_move", move); in find_backfilling_move()
511 if (!trymove(*backfill_move, color, "find_backfilling_move", move)) in find_backfilling_move()
515 if (trymove(apos, OTHER_COLOR(color), "find_backfilling_move", move)) in find_backfilling_move()
H A Dutils.c63 if (trymove(move, color, "defend_against", NO_MOVE)) { in defend_against()
109 if (trymove(move, other, "does_attack-A", str)) { in does_attack()
157 if (trymove(move, color, "does_defend-A", str)) { in does_defend()
161 if (trymove(spos, other, "does_defend-B", str)) { in does_defend()
583 && (trymove(apos, mcolor, "play_connect_n", NO_MOVE) in play_connect_n()
658 && (trymove(apos, mcolor, "play_connect_n", NO_MOVE) in play_lib_n()
1173 if (!trymove(move, color, NULL, NO_MOVE)) in detect_tactical_blunder()
1210 trymove(move, color, NULL, NO_MOVE); in detect_tactical_blunder()
1274 trymove(move, color, NULL, NO_MOVE); in detect_tactical_blunder()
1292 trymove(move, color, NULL, NO_MOVE); in detect_tactical_blunder()
[all …]
H A Dworm.c275 if (!trymove(pos, color, "make_worms", NO_MOVE)) in make_worms()
317 && trymove(worm[str].defense_points[0], in make_worms()
356 && trymove(worm[str].attack_points[0], in make_worms()
796 if (trymove(attack_point, worm[str].color, "make_worms", NO_MOVE)) { in find_worm_attacks_and_defenses()
842 && trymove(pos, other, "make_worms", str)) { in find_worm_attacks_and_defenses()
858 if (trymove(pos, color, "make_worms", NO_MOVE)) { in find_worm_attacks_and_defenses()
909 if (trymove(bb, other, "threaten attack", str, in find_worm_threats()
937 if (trymove(aa, color, "threaten defense", NO_MOVE)) { in find_worm_threats()
955 if (trymove(bb, color, "threaten defense", str)) { in find_worm_threats()
1614 if (trymove(move, color, "attack_callback", str)) { in attack_callback()
[all …]
H A Dreading.c740 if (trymove(fpos, color, "defend_both-C", astr)) { in defend_both()
845 if (trymove(gpos, other, "break_through-A", Fpos)) { in break_through()
1468 && trymove(apos, color, "defend1-C", str)) { in defend1()
1709 if (trymove(xpos, color, "defend3-D", str)) { in defend3()
1738 && trymove(xpos, color, "defend2-G", str)) { in defend3()
2946 if (trymove(xpos, other, "attack1-A", str)) { in attack1()
2974 else if (trymove(str, color, "attack1-B", str)) { in attack1()
3006 && trymove(apos, other, "attack1-C", str)) { in attack1()
4852 && trymove(xpos, color, moves.message[k], str)) { in restricted_defend1()
4971 && trymove(apos, other, "restricted_attack2", str)) { in restricted_attack2()
[all …]
H A Dcombination.c125 if (trymove(ii, color, "find_double_threats-A", ii)) { in find_double_threats()
320 if (!trymove(pos, other, "atari_atari", NO_MOVE)) { in atari_atari()
481 if (!trymove(pos, color, "atari_atari", NO_MOVE)) { in atari_atari_blunder_size()
758 if (!trymove(apos, color, "do_atari_atari-A", str)) in do_atari_atari()
799 if (trymove(bpos, other, "do_atari_atari-B", str)) { in do_atari_atari()
1068 if (trymove(move, color, "attack_callback", str)) { in atari_atari_attack_callback()
1147 && trymove(libs[k], board[str], "aa_defend-A", str)) { in atari_atari_find_defense_moves()
1177 && trymove(libs[s], board[str], "aa_defend-B", str)) { in atari_atari_find_defense_moves()
H A Dvalue_moves.c211 if (trymove(worm[aa].attack_points[0], other, in find_more_attack_and_defense_moves()
255 if (trymove(worm[aa].defense_points[0], other, in find_more_attack_and_defense_moves()
900 if (trymove(pos, color_to_move, "induce_secondary_move_reasons", in induce_secondary_move_reasons()
1022 if (trymove(pos, color, "induce_secondary_move_reasons-B", in induce_secondary_move_reasons()
1740 if (trymove(pos, color, NULL, EMPTY)) { in adjacent_to_nondead_stone()
2018 if (trymove(defense_move, other, in estimate_territorial_value()
2079 if (trymove(attack_move, other, in estimate_territorial_value()
2103 if (trymove(lib, other, in estimate_territorial_value()
2186 if (trymove(attack_move, other, in estimate_territorial_value()
3518 if (trymove(pos, color, "reevaluate_ko_threats", ko_move)) { in reevaluate_ko_threats()
[all …]
H A Dreadconnect.c249 if (trymove(lib, OTHER_COLOR(board[str]), "snapback", str)) { in snapback()
442 if (trymove(moves[r], OTHER_COLOR(board[str1]), in connected_one_move()
922 if (trymove(moves[r], OTHER_COLOR(board[str1]), in simply_connected_two_moves()
959 if (trymove(moves[r], board[str1], in simple_connection_three_moves()
1363 if (trymove(Moves[i], OTHER_COLOR(board[str1]), in disconnect()
1471 if (trymove(Moves[i], OTHER_COLOR(board[str1]), in recursive_disconnect()
1681 if (trymove(Moves[i], OTHER_COLOR(board[str1]), in non_transitivity()
1751 if (trymove(Moves[i], OTHER_COLOR(board[str1]), in recursive_non_transitivity()
3570 && trymove(lib + delta[i], other, in spread_connection_distances()
4140 if (trymove(move, color, NULL, NO_MOVE)) { in does_secure_through_ladder()
[all …]
H A Daftermath.c751 if (trymove(move, color, "aftermath-B", move + delta[k])) { in do_aftermath_genmove()
823 if (!trymove(pos, color, "aftermath-A", target)) in do_aftermath_genmove()
871 if (!trymove(move, color, "aftermath-B", target)) in do_aftermath_genmove()
H A Dowl.c1146 else if (trymove(mpos, color, moves[k].name, apos)) { in do_owl_analyze_semeai()
1671 if (trymove(pos, color, "eyespace_filling", NO_MOVE)) { in semeai_propose_eyespace_filling_move()
1730 if (!trymove(move, color, NULL, 0)) { in semeai_move_value()
2527 if (trymove(mpos, other, moves[k].name, target)) { in owl_threaten_attack()
3046 if (trymove(moves[k].pos, color, moves[k].name, target)) { in owl_threaten_defense()
5534 if (trymove(move, color, "owl_does_defend", target)) { in owl_does_defend()
5610 if (trymove(move, color, "owl_confirm_safety", target)) { in owl_confirm_safety()
5700 if (trymove(move, other, "owl_does_attack", target)) { in owl_does_attack()
6271 if (trymove(move, color, "owl_safe_move", 0)) { in owl_safe_move()
6348 if (trymove(libs[k], owl->color, NULL, 0)) { in owl_substantial()
[all …]
H A Doracle.c176 if (!trymove(pos, color, message, str)) in oracle_trymove()
H A Dboard.h282 int trymove(int pos, int color, const char *message, int str);
/dports/games/gnugo/gnugo-3.8/doc/
H A Dboard.texi465 a move is tried, by the function @code{trymove}, or its
472 Every successful @code{trymove()} must be matched with a @code{popgo()}.
478 if (trymove(pos, color, ... )) @{
492 @item @code{int trymove(int pos, int color, const char *message)}
493 @findex trymove
519 succesful @code{trymove} or @code{tryko} to restore the board
521 @code{trymove/tryko} and leaves the board in the same state as it was
524 @strong{NOTE}: If @code{trymove/tryko} returns @code{0}, i.e. the tried
531 Variation of @code{trymove}/@code{tryko} where ko captures (both
538 As you see, @code{trymove()} plays a move which can be easily
H A Dgtp-commands.texi259 @cindex trymove
260 @item trymove: Play a stone of the given color at the given vertex.
274 @item popgo: Undo a trymove or tryko.
H A Danalyze.texi133 If you place yourself right after the call to @code{trymove()}
H A Doverview.texi388 @findex trymove
392 it contains the important function @code{trymove()} which tries a move
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-view_tracker_item.php275 …$trymove = $trklib->list_items($trackerId, $offset + $tryreloff, 1, $sort_mode, $listfields, $tryf… variable
276 if (isset($trymove['data'][0]['itemId'])) {
279 $itemId = $trymove['data'][0]['itemId'];
282 $cant = $trymove['cant'];
/dports/games/gnugo/gnugo-3.8/patterns/
H A Dhelpers.c29 #define TRYMOVE(pos, color) trymove(pos, color, "helper", NO_MOVE)
671 if (trymove(move, color, "test_attack_either_move", worma)) { in test_attack_either_move()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c608 (*pretvar)->ptrVal = (VOID *)handle->trymove; in openbor_get_entity_property()
1721 handle->trymove = (VOID *)varlist[ARG_VALUE]->ptrVal; in openbor_set_entity_property()

123