HomeSort by: relevance | last modified time | path
    Searched refs:Num_robots (Results 1 - 6 of 6) sorted by relevancy

  /src/games/robots/
extern.c 70 int Num_robots; /* Number of robots left */
move.c 86 else if (Num_robots > 1 && Stand_still)
88 else if (Num_robots > 1 && Pattern_roll) {
226 if (Stand_still && Num_robots > 1 && eaten(&My_pos))
move_robs.c 94 Num_robots--;
113 if (Dead || Num_robots <= 0)
make_level.c 78 Num_robots = i;
play_level.c 74 while (!Dead && Num_robots > 0) {
robots.h 99 extern int Count, Level, Num_robots, Num_scrap, Num_scores,

Completed in 16 milliseconds