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

  /src/games/monop/
monop.h 123 int money; /* amount of money */ member in struct:plr_st
  /src/games/snake/snake/
snake.c 49 * You move around the screen with arrow keys trying to pick up money
104 static struct point money; variable in typeref:struct:point
116 static int chunk; /* amount of money given at a time */
212 * chunk is the amount of money the user gets for each $.
222 * an infinite amount of money.
239 snrand(&money);
314 repeat = you.col - money.col;
323 repeat = you.line - money.line;
332 repeat = money.col - you.col;
341 repeat = money.line - you.line
    [all...]

Completed in 13 milliseconds