Searched refs:players (Results 1 – 11 of 11) sorted by relevance
/original-bsd/games/snake/snscore/ |
H A D | snscore.c | 31 } players[MAXPLAYERS], temp; variable 61 players[noplayers].uids = uid; in main() 62 players[noplayers].scores = score; in main() 67 players[noplayers].name = malloc(strlen(q) + 1); in main() 68 strcpy(players[noplayers].name, q); in main() 77 if (players[i].scores < players[i + 1].scores) { in main() 78 temp = players[i]; in main() 79 players[i] = players[i + 1]; in main() 80 players[i + 1] = temp; in main() 87 printf("%d:\t$%d\t%s\n", j, players[i].scores, players[i].name); in main() [all …]
|
/original-bsd/games/hack/ |
H A D | hack.end.c | 507 char **players; local 550 players = &player0; 554 players = ++argv; 575 (players[i][0] == '-' && 576 players[i][1] == t1->plchar && 577 players[i][2] == 0) || 578 (digit(players[i][0]) && rank <= atoi(players[i]))) 610 (players[i][0] == '-' && 611 players[i][1] == t1->plchar && 612 players[i][2] == 0) || [all …]
|
/original-bsd/games/monop/ |
H A D | monop.def | 18 char *name_list[MAX_PL+2], /* list of players' names */ 49 num_play, /* current number of players */ 61 where, /* where players are |* 2 *| */
|
/original-bsd/old/boggle/ |
H A D | inst | 24 Advanced players may wish to invoke the program with 1 or 2 +'s
|
/original-bsd/games/larn/datfiles/ |
H A D | larn.help | 121 that scoreboard. This design helps insure that frequent players of Larn 122 do not hog the scoreboard, and gives more players a chance for glory. Level
|
/original-bsd/games/cribbage/ |
H A D | cribbage.n | 13 Two. There are variants for three and four players, described 29 game holes. The board is placed between the two players, and each keeps 46 are drawn, both players draw again. Dealer has the right to shuffle last.
|
/original-bsd/games/phantasia/ |
H A D | README | 31 - Dead players can be resurrected by the 'wizard'.
|
/original-bsd/games/larn/ |
H A D | Fixed.Bugs | 74 appearing on the scoreboard. Be kind to your fellow players! 75 The philosophy of one score per player gives more players the opportunity 81 the scoreboard). If you want to prevent players from zeroing the
|
/original-bsd/games/fortune/datfiles/ |
H A D | fortunes-o.real | 1993 and tell your boss that nobody but whores and football players live
|
H A D | fortunes2-o | 5196 woman should not marry basketball players -- they dribble before 6140 tell your boss that nobody but ladies of the evening and football players 6167 and tell your boss that nobody but whores and football players live 6519 Venerable party game, but don't play it with strangers, or leave players 11500 Rogue players do it with all sorts of different animals.
|
H A D | fortunes2 | 21556 threatened strike by some Cardinal players in 1947 if 35503 baseman Steve Sax was having trouble making his throws. Other players were 35511 hope they don't hit the ball to me.'" The players snickered, and even 36683 Q: How many college football players does it take to screw in a lightbulb? 38283 (Rugby players eat their dead.) 39042 there, and after a grueling day of chess, the players and their entourages 39044 some players got into a heated argument about who was the brightest, the 39046 loud, as various players claimed that honor. At that point, a security 41202 of Academics because he was concerned about his players' mental abilities. 41203 "My players are just too stupid for me to deal with them", he told the [all …]
|