Lines Matching defs:moves
84 * 'F' is the number of moves still needed to make the combo non-blockable.
85 * 'W' is the minimum number of moves needed to win once it can't be blocked.
89 * Each time a frame is added to the combo, the number of moves to complete
90 * the force is the number of moves needed to 'fill' the frame plus one at
91 * the intersection point. The number of moves to win is the number of moves
101 * fewest moves to win.
106 * complete which takes fewer or the same number of moves to win).
142 #define cv_force c.a /* # moves to complete force */
143 #define cv_win c.b /* # moves to win */
251 unsigned int nmoves; /* number of played moves */
252 spot_index moves[BSZ * BSZ]; /* log of all played moves */