You are on page 1of 1

FINAL PROJECT

Dice Game
Name of member in group:

List of complete funtions:


void
void
void
void

enter(Player &p); //enter information of the player (100%)


enterbet(Player &p); //betting (100%)
tdice(int d[], int n); //throw 3 dices (100%)
check(Player &p, int d[], int n); //check if player win or close and how much money

void out(Player p); //print out players information after finishing the game (100%)
void main() //main function, use to call other funtions (100%)

List of incomplete function:


(None)

(100%)

You might also like