Hangman+ - V1.1
Hangman Puzzle Game Parallax menu that generates random background to game Zooming characters to talk to the player
Stuart Laxton
(shannow)
This is my first programming project so its a bit basic and I'm sure there's lots of things in there I could've done better.
The sound seems a bit flaky too, not sure why certain samples aren't playing yet other samples do when used by the same bit of code...
Anyway I hope people give it a go and let me know what you think.
The Hangman logic comes from Al Sweigart's ASCII version from his book 'Invent Your Own Computer Games with Python' but the graphics, rounds etc are all my code.
Changes
Complete version with latest update (improved graphics, external text file word listing and general code cleanup)
FPS display on 9 key
MAX FPS adjustable on -/+
gradient sky toggle on 8 key
background drawing toggle on 7 key (for slower systems)
It runs at a steady 60 FPS on my old netbook so should be fine on most PC's.
Links
Releases
Pygame.org account Comments
-
Maplews 2012-06-01 15:44
I don't know how to play
Shannow 2012-06-01 21:10
The computer will tell you the subject (colours, fruits, shapes etc) and how many letters are in the word. You guess letters that might be in the word 1 at a time until you get the word or you run out of guesses. If you get 6 letters wrong you get hanged (nice eh!) but if you guess the word the Hangman gets hung instead. The target is to win 9 rounds either in increasing difficulty or at random.