College competition π
Click to see me against the A.S. player π
- Play as autonomous system
- Play by yourself
- Watch a match in real-time
-
Download Visual Studio Community
-
In the Visual Studio Installer, choose the .NET desktop development
-
Clone this repositor
git clone git@github.com:Rafasputnick/Sistema-autonomo.git
-
Open the project
<clone path>/Sistema-autonomo/cantStop/cantStop.sln
-
Run the project
There are 11 columns that range from 2 to 12. The objective is to be the first player to win 3 of those columns. When it is your turn, roll 4 dice at once and pair two pairs however you like. Add the total on each pair of dice, then you can advance in columns of the sums. Making pairs is a decision and the other one is stop or roll dice again.
For more details check this quick guide here
The game is based on math and statistic fundamentals and each decision calls for a different strategy:
- Continue or stop - It uses some combinations, comparing the good cases and all possibilities
- Make pairs of dice - It uses a couple of first degree polynomial functions comparing all union. Check the image bellow to have an idea
- Version Bump: Fix all errors and update read me file