Monday, November 1, 2010

Day 6

-STUFF MADE
 random in c#

private int RandomNumber(int minimum, int maximum)
{
Random random = new Random();
return random.Next(minimum, maximum);
}
 
looking at
tiny snippets code frm the book...

ALSO
ALSO
game progroess NONE!

No comments:

Post a Comment