Login Register






number guessing game (open source) filter_list
Author
Message
number guessing game (open source) #1
hey HC today I'm posting a school project which was to make a number guessing game. It took me 5 mins to originally make then my teacher kept giving me stupid things to add like fireworks on the main form when you guess the right number. Anyways I'm really just posting this here so maybe other beginners could use the source to further their programming skills.

Video of it running:


Download:
Code:
http://www.mediafire.com/?heoz8007d6odpl3

Enjoy and check my blog (swag.li) for more.

Reply

RE: number guessing game (open source) #2
You're using Random() with a max and min and converting the textbox input to a number value while checking their comparison aren't you?
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: number guessing game (open source) #3
(12-02-2011, 10:57 PM)Infinity Wrote: You're using Random() with a max and min and converting the textbox input to a number value while checking their comparison aren't you?

Exactly. :epic: It was the first thing that popped into my head when my teacher gave me the project.

Reply

RE: number guessing game (open source) #4
Same with me when I seen this project lol
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply