Hangman Clone!
Hangman
shashank kallur nagaraj
(shashankn)
As a beginner tried to build a hangman clone. This is my first shot on game programming :)
Changes
Links
Releases
Hangman Clone! 0.1 — 6 Dec, 2010
Pygame.org account Comments
-
bikerusl 2016-10-18 03:31
I get invalid syntax lines 108 and 121 for the print end statements. Frustrating because I'm just trying to learn a bit, using this as an example because its simple and I want to make a hangman game as a spelling test for my son. But I don't know what is going on here. Seems like I should be able to figure it out but I'm not getting any useful google hits to direct me and I think that is because the search terms I'm using are too commonplace.
----
update:
If I use python3 the program works!
I see that print statements use () in python 3 but not 2 I guess.
has an error about cls OS but seems to not be a big deal