Question: Create In C# .Net framework visual studio with these given directions C# Craps (Pass Bet Line) In this exercise, you'll make a simplified version of
C# Craps (Pass Bet Line) In this exercise, you'll make a simplified version of craps (which just has the pass bet line options). You'll get practice creating forms, and writing basic expressions Each turn, the player will roll 2 dice by pressing a button. The player will win or lose based on the rules in the following table Roll Result Win Lose (Crap out) If point not set- win (Lucky 7!) 2,3,12 If point set then lose (Seven out) If point not set, this roll become the point Anything else Getting started Create a new Visual Studio Forms project called Craps Add the following line to the using statements at the top of Form1.cs. using System.Media; Import the sound and image resources from the zip file Project->Properties>Resource->Add Existing (select the files) Create the following interface. The dice images are two 80x80 picture boxes which one of the 6 images in it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
