Hangman

I wrote a simple hangman game for my first period Windows Programming class. Below I’ll link to a mirror and list some basic tips for using it.

Features:
-800+ word list (default word list has British spelling, sorry Americans)
-you can open a different word list, or even add words manually yourself, the *.wlst files are really just text files (open them in notepad)
-you can synchronize your word lists. This means that if you enter a custom word in the game, it adds it to the wordlist file, as well as the games temporary word database.
-you can enter words with spaces in them, but it cleans up spaces before and after
-pretty pixelized pictures of perpetrators (the hanging men)
-cool scoresheet
-pretty interface
-lots of love!
-I made it!

Notes:
*Don’t click the “Use Custom Word” button twice with the same entry… that will enter the word to the list twice. Problem: doubles that word’s odds of being randomly selected
*You can modify the text file while you’re playing the game, but if you have the “synchronized lists” option enabled, the game will overwrite whatever changes you made. This can be good, or bad, depending on who’s editing your file.
*entering nothing does nothing
*since the guess button is the default, pushing enter will guess… click the use custom word button to use the word you enter
*you can choose what parts of the game to display, even the word that is to be guessed
*if you are running it across a network, like say, at work, off of your H driver or whatever you keep your networked files on, you don’t have full security rights, so the “synchronize lists” feature will break. Disable it in the options menu.

Here it is!

Installation Notes:
Steps:
1.) Download the zip file. Extract it wherever you want the game to be. IE: “…\games\hangman”
2.) You can now run the game two ways:
a.) Double-click the hangman.bat file.
b.) Go into your bin folder, and double-click the “hangman.exe” file.
3.) You can create a shortcut by right clicking the “hangman.exe” file and choosing “Create Shortcut.” You can rename the shortcut and put it on your desktop to run the game easily.

Compatibility Issues:
-it doesn’t run on my sister’s computer because she’s a freaking retard and screws up her computer all the time, so apparently, if you have some or other spyware you might have some or other dependency issues, or freaky runtime errors.
-It doesn’t work on Windows 98 due to a missing DLL file that comes with XP. Feel free to try and download it, but I’m not sure it’ll work.

Please, play and tell me what you think!

**LInux Users: I haven’t forgotten you! I just don’t know any Linux-compatible programming languages yet! I’ll be taking Java next year, and I promise I’ll make a remake.

I feel so unloved. This is like running up to mommy to show her your picture and she doesn’t want to put it on the refrigerator. I’m so hurt. :cry:

pxc,

Sorry, and thank you.
One thing; I use a MAC. I can’t get it to work. Know how I can get your game to work on OS X?
If not I’ll try it next time I’m at the library.
Thanks!

QK

PS I like you, too!

lol thanks. Nope, it’s windows only. Apparently my school thinks its a good idea to teach you OS specific stuff before the multiplatform, probably because it’s an easier environment. try zophar.net

they might have a windows emulator for mac

Thanks, I’m about to get ready to go to work, don’t want to get into anything potentially frustrating right now. I’ll try when I get back home tonight.

Thanks again!
QK

Since for some people extracting a zip file can be confusing:

http://www.robertc.com/pxc/download/hangman-setup.exe

Hey pxc, I downloaded your game successfully, but I’m having problems installing it on my refridgerator, what kind of cabling do I need…?

My fridge is a bog-standard circulated freon-gas model, about a 500 litre storage capacity, and a 15 watt bulb - could it be an operating system problem…?

ConfusedTab

lol. One time I actually saw a fridge with a computer/TV on it.

Ok… since you guys apparently [size=200]hate me[/size]/edutainment, I added a bunch of new features to my game. I made some minor UI changes, tweaked the input and…

Allow you to save your settings, and added a new option to save settings on exit!

Because I still love you, I posted:

Installer for the new version of hangman,
Zip Archive of the new version of hangman. Much smaller download, but perhaps harder to extract, if you don’t know anything. :wink:
Hangman Source & Hangman Full, together. If you know any VisualStudio.net or are a student taking Windows Programming, this may be interesting to you. Sorry, my documentation’s very poor/not bountiful.
A basic math game for Windows. Installs the same way as hangman. (this is the binary installer)
ZIP archive of the above…
ZIP archive containing both the math game & the source.

SOMEBODY, PLEASE, TRY THESE OUT, AT LEAST!! I SPENT HOURS UPON HOURS WORKING ON THESE (well, the math game is older and not as good and took less time, but what the hell, it works)!

Please, try at least one of these and review it. I think you might like them, at least hangman, if you try all of the features.