Home | History | Annotate | Download | only in trek

Lines Matching refs:Game

48 **  Signal game won
53 ** asked whether or not you want another game (via the longjmp()
76 if (Game.helps == 0 && Game.killb == 0 && Game.killinhab == 0 &&
77 5 * Game.kills + Game.deaths < 100 &&
80 if (Game.skill >= 6) {
83 p = &Skitab[Game.skill - 1];
90 /* clean out input, and request new game */