Beginner - help making game

dan_na

New member
Joined
Feb 10, 2013
Messages
1
Programming Experience
Beginner
Hello,
I was wondering if someone could give me a hand trying to make a game. There are a few restrictions and I will list them below. Any help would be greatly apprecitated. I'm also new to C# about a month into studying it so please keep codes as simple as possible. So I wanna make game for kids and here is what its about.
Five kids get randomly assigned numbers stored in an array.
They each get 3 lives
They have to guess what number they get.(between 1 and 15) and they can play the round in any order.
Each kid has one try each round to guess their number(only one try, so I wanna make sure they cant go twice in a round.
-if they get it right, they get a new random number to guess in the next round
-if they get it wrong, they lose a life and when they lose all their lives, they are erased from the game(array) and the array has to be resized to the amount of players left.
The game ends when there is no one left.
So I want to use parallel arrays and methods to make this game.
Any help would be awesome! :)
 
Back
Top Bottom