Play JavaScript Hangman GameThis is one of the coolest JavaScript hangman games I've seen. What makes it different from other hangman games is that it has sound (at least in Internet Explorer), it uses word and picture packs (which I assume means the game is set up as an engine and data, which is a great example of separation in programming). And it just seems to be put together better than other games I've seen--granted hangman may be a first foray into game programming for any student of a programming language. I'm including various versions of the game here. Related Links |
|