Skip to main content

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

Home Page
http://code.google.com/p/shannow-hangman-plus/
Source
http://code.google.com/p/shannow-hangman-plus/downloads/list
Windows
http://code.google.com/p/shannow-hangman-plus/downloads/list

Releases

Hangman+ 1.0 — 31 May, 2012

Hangman+ V1.1 — 9 Jun, 2012

Pygame.org account Comments

  • josmiley 2012-05-31 11:26

     only link to the executable, there are missing files ...

    Shannow 2012-05-31 12:25

    Yep, I've just uploaded the zip file now with the source & sound files - available on the google code download link.

  • josmiley 2012-05-31 16:27

    great job !

    Shannow 2012-05-31 23:19

    Cheers!

  • 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.

    Maplews 2012-06-02 04:33

     Thank you. In fact, I'd read source code and found the letters list after my post.