Yea I made hangman and I have a .exe for it. Don't bother trying to make the audio or video work because I had to upgrade from vb 6.0 to .net it won't work (the actual game does though) and the music /audio is always run from a path so it wouldn't work on anyones machine anyway. But like I said the game works and you have 100 possible words (including proper nouns) to choose from.
Download link
http://www.megaupload.com/?d=I6PH81JB
Word List
Quote:
|
Originally Posted by Teh Mauler
strWordBank(0) = "Guitar"
strWordBank(1) = "Drums"
strWordBank(2) = "Bass"
strWordBank(3) = "Effect"
strWordBank(4) = "Halo"
strWordBank(5) = "Skill"
strWordBank(6) = "Devil"
strWordBank(7) = "Mother"
strWordBank(8) = "Father"
strWordBank(9) = "Sister"
strWordBank(10) = "Brother"
strWordBank(11) = "Lanky"
strWordBank(12) = "Computer"
strWordBank(13) = "Science"
strWordBank(14) = "Server"
strWordBank(15) = "Hawk"
strWordBank(16) = "Down"
strWordBank(17) = "Pencil"
strWordBank(18) = "Shift"
strWordBank(19) = "Logic"
strWordBank(20) = "Towel"
strWordBank(21) = "Object"
strWordBank(22) = "Teach"
strWordBank(23) = "Extra"
strWordBank(24) = "Before"
strWordBank(25) = "After"
strWordBank(26) = "Harangue"
strWordBank(27) = "Light"
strWordBank(28) = "House"
strWordBank(29) = "Paper"
strWordBank(30) = "Windows"
strWordBank(31) = "Dance"
strWordBank(32) = "Family"
strWordBank(33) = "Print"
strWordBank(34) = "Screen"
strWordBank(35) = "Ipod"
strWordBank(36) = "Zune"
strWordBank(37) = "Clean"
strWordBank(38) = "Player"
strWordBank(39) = "Happy"
strWordBank(40) = "Sad"
strWordBank(41) = "Click"
strWordBank(42) = "Clock"
strWordBank(43) = "Back"
strWordBank(44) = "Bracers"
strWordBank(45) = "Legs"
strWordBank(46) = "Greaves"
strWordBank(47) = "Chest"
strWordBank(48) = "Neck"
strWordBank(49) = "Trinket"
strWordBank(50) = "Head"
strWordBank(51) = "Axe"
strWordBank(52) = "Sword"
strWordBank(53) = "Staff"
strWordBank(54) = "Mace"
strWordBank(55) = "Paste"
strWordBank(56) = "Cable"
strWordBank(57) = "Satelite"
strWordBank(58) = "Dagger"
strWordBank(59) = "Draw"
strWordBank(60) = "United"
strWordBank(61) = "States"
strWordBank(62) = "America"
strWordBank(63) = "Word"
strWordBank(64) = "Bank"
strWordBank(65) = "Peter"
strWordBank(66) = "Chris"
strWordBank(67) = "Meg"
strWordBank(68) = "Louis"
strWordBank(69) = "Stewie"
strWordBank(70) = "Brian"
strWordBank(71) = "Cleveland"
strWordBank(72) = "Loretta"
strWordBank(73) = "Joe"
strWordBank(74) = "Bonnie"
strWordBank(75) = "Quagmire"
strWordBank(76) = "Dell"
strWordBank(77) = "Toshiba"
strWordBank(78) = "Lenovo"
strWordBank(79) = "Pets"
strWordBank(80) = "Dogs"
strWordBank(81) = "Cats"
strWordBank(82) = "Snakes"
strWordBank(83) = "Birds"
strWordBank(84) = "Mongoose"
strWordBank(85) = "Wolf"
strWordBank(86) = "Whale"
strWordBank(87) = "Fish"
strWordBank(88) = "Hook"
strWordBank(89) = "Root"
strWordBank(90) = "Picture"
strWordBank(91) = "Media"
strWordBank(92) = "Page"
strWordBank(93) = "Number"
strWordBank(94) = "Home"
strWordBank(95) = "Away"
strWordBank(96) = "Insert"
strWordBank(97) = "Enter"
strWordBank(98) = "Scroll"
strWordBank(99) = "Binoculars"
|
If your wondering why there is a strWordBank(#) = "The Word" it is because this specific variable is what programmers call an array. basically an array allows you to set different terms or numbers to the same variable (the number is different but that isn't the variable just how many of the variables there are).
I was just to lazy to delete all the strWordBanks when I copied them.
If the download doesn't work say so so I can fix it.