Saturday, February 4, 2012

C# Tutorial: Simple Dice Game Part 2 (Video)

Part 2 of our Simple Dice Game Tutorial:

In this part of the tutorial series we will be adding a label to display our roll results.  We will be basing the results off of a poker hand, with the addition of a five of a kind result.  This tutorial is aimed at helping to better understand using arrays, for loops, if statements, booleans, and switch statements.  The code could be made shorter and optimized.  One of the reasons for making the code a little more lenghty and using different ways to initialize the arrays and using different loops to obtain the results we want is so that you can get some practice using these different tools.



Hopefully, you find this tutorial informative and easy to follow. This is my first tutorial series (2nd actual tutorial), please, leave me feedback on how I can improve. Also, let me know if you would be interested in continuing this tutorial series or starting on something different. Don't forget to +1 and Like this post.

Download the solution file for this tutorial here:  Download Solution

Check us out on Google+ (Indie Development).
Check us out on our .co site (Indie Development).

No comments:

Post a Comment