Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
a simple board game
no vote
The aim of the program is to simulate a simple Board Game commonly played among children, where the players take turn to roll a dice, and move their game tokens on a physical board. The winner is the one who reaches a final position on the board first. Your program will display a menu which allows the user of the program to select various options to simulate the various board game operations. As this is not a graphical program, you will show the players' "positions" by simply displaying numbers on the screen (eg. "Player One is on position 25", etc). The dice rolls will also be simulated by the program, which will update each player's position accordingly. the program will only handle TWO players. It will keep track of the positions of the players until one, or both, reaches a position of 50. If a player reaches the special positions of 11, 22, 33, or 44, he will be penalised by having 5 subtracted from his current position.
Oliver Zang
2016-08-23
0
1
No more~