HomeSort by: relevance | last modified time | path
    Searched defs:you (Results 1 - 2 of 2) sorted by relevancy

  /src/games/snake/snake/
snake.c 49 * You move around the screen with arrow keys trying to pick up money
51 * arrow keys. You can leave at the exit any time.
103 static struct point you; variable in typeref:struct:point
221 * smaller than 4x4 because there is a 3x3 game where you can win
238 snrand(&you);
269 /* Highlight you, not left & above */
270 move(you.line + 1, you.col + 1);
309 repeat = you.col;
314 repeat = you.col - money.col
    [all...]
  /src/games/hack/
hack.h 112 struct you { struct
166 unsigned uswldtim:4; /* time you have been swallowed */
240 extern struct you u;

Completed in 12 milliseconds