Home
last modified time | relevance | path

Searched defs:spotstr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/gomoku/
H A Dgomoku.h214 struct spotstr { struct
215 short s_occ; /* color of occupant */
216 short s_wval; /* weighted value */
217 int s_flg; /* flags for graph walks */
218 struct combostr *s_frame[4]; /* level 1 combo for frame[dir] */
219 union comboval s_fval[2][4]; /* combo value for [color][frame] */
220 union comboval s_combo[2]; /* minimum combo value for BLK & WHT */
221 u_char s_level[2]; /* number of frames in the min combo */
222 u_char s_nforce[2]; /* number of <1,x> combos */
223 struct elist *s_empty; /* level n combo completion spots */
[all …]