![]() |
|
number guessing game (open source) - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: number guessing game (open source) (/Thread-number-guessing-game-open-source) |
number guessing game (open source) - #Swag_mybb_import6403 - 12-02-2011 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/?heoz8007d6odpl3Enjoy and check my blog (swag.li) for more. RE: number guessing game (open source) - ArkPhaze - 12-02-2011 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? RE: number guessing game (open source) - #Swag_mybb_import6403 - 12-03-2011 (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. RE: number guessing game (open source) - ArkPhaze - 12-03-2011 Same with me when I seen this project lol |