Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dgomoku.h218 struct spotstr { struct
219 short s_occ; /* color of occupant */
220 short s_wval; /* weighted value */
221 int s_flags; /* flags for graph walks */
222 struct combostr *s_frame[4]; /* level 1 combo for frame[dir] */
223 union comboval s_fval[2][4]; /* combo value for [color][frame] */
225 u_char s_level[2]; /* number of frames in the min combo */
226 u_char s_nforce[2]; /* number of <1,x> combos */
227 struct elist *s_empty; /* level n combo completion spots */
228 struct elist *s_nempty; /* level n+1 combo completion spots */
[all …]