Dice Game
Well-known board game Dice, created as a console application in C#. Source code is included.
Rules:
- The player has 2 dice.
- He rolls a (random) number from 1 to 12. The same does his opponent (AI).
- The objective is to get total of 30 points. The first player that scores 30 points wins.
Gallery