|
-
Dec 5th, 2005, 08:34 AM
#1
Thread Starter
New Member
I need help as soon as possible
Hi there,
I need help from any one; I am doing a HND in computing and I have to create a Program on Visual Basic Studio.Net 2003. The programs have to be creating on Console Application and I don’t have much knowledge to create the program. I was sick for a wile and now I need to hand out the Assignment on the 12/12/05. If I don’t provide the Assignment for the due day they can take me out of the course. I would like to know if any body could help me to do this Assignment. I am willing to pay if is necessary, but I need this as soon as possible. I will post the PROBLEM SPECIFICATION. Thankssssss.
Problem Specification
The aim of this assignment is to develop a Console Application in Visual Basic.Net which simulates the playing of a gamer of Snakes and Ladders.
Define a 10 by 10 board (100 squares) containing 10 snakes and 10 ladders. This will give a total of 40 squares occupied by the ends of the snakes and ladders.
Simulate the playing of the game by means of a pseudo random number generator to produce the dice throws. Note that a “six” is needed to start for the players: Player A and Players B.
Test 1. Trace the actions of a single game by outputting the dice value and board position for each player in turn. Include a printout of the results.
Test 2. Simulate the playing of 1000 games. For each game record all the dice ‘throws’ for the game and store records.
Analyse these results and show how many games are won by each of the 2 players and also show the overall total number of dice throws.
Test 3. Determine whether there is a bias to the game in favour of either the snakes of the ladders. Modify the snake and ladders co-ordinates so that the net loss from all the snakes equals the net gain from the ladders. Repeat the above test and produce a table of results.
No of Games Won Test 2 Test 3
-Player A
-Player B
Total No of Throws
Comment on the results.
Please Note……
This programming assignment does not involve the use of graphics or animations!
-
Dec 5th, 2005, 08:38 AM
#2
Re: I need help as soon as possible
-
Dec 5th, 2005, 08:54 AM
#3
Hyperactive Member
Re: I need help as soon as possible
I am willing to pay if is necessary
I'm confused, are you going to school to learn to write softare or to become a software purchaser?
I'm sure that if you posted some code to show that you have attempted the problem, you will better responses to you questions.
-
Dec 5th, 2005, 09:12 AM
#4
Addicted Member
Re: I need help as soon as possible
do this:
create objects:
*players
-color [property - enum]
*block
-sn [property -integer]
-label [object, to write on the sn]
-sn2 (of the other block when stepping it,default is 0 for none) [prop - int]
-container of player [obj - players]
when loading the form create with simple FOR loop the blocks.
Well, this one's for free. also this tip: START WORKING!!!!
I've had enough with sainity!
What's the use of it anyway?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|