PDA

Click to See Complete Forum and Search --> : An extremely simple Hangman Example


formlesstree4
Dec 11th, 2009, 05:54 PM
Well I was bored one day, and I decided to add on to the already millions of Hangman demo's that are out there.

This is not the best coded demo out there, but it gets the job done quickly and usually painlessly.

It's free for anyone to use, if you do use it I ask that you give me some credits.
All the code is in one file (MainForm.vb), a settings form (settings.vb), uses 5 pictureboxes, auto fills in certain characters that the form doesn't accept (such as quotes, commas, dashes, ampersand [The & symbol]), and even comes with a giant wordlist built into it.


Here are several download links (since the project is to large to attach)
Mediafire (http://www.mediafire.com/?goajwnj3t0f)
Rapid-Share (http://rapidshare.com/files/319604415/Hangman.zip)
Megaupload (http://www.megaupload.com/?d=YZL1V4FL)

The Megaupload one is rather...peculiar as to working sometimes, so it might or might not work. If it says it's temporarily unavailable, just try again at a different time.

Any questions, comments, or criticism may be posted and is welcomed.

dcrew
Jan 4th, 2010, 12:49 PM
I find that i think this could get Very useful, Let's just hope you put the..

'information in the projects for newbies

formlesstree4
Jan 4th, 2010, 01:47 PM
Last I remember, I commented this quite heavily, including XML IntelliSense comments on most subs.