-
I entered a word in the hangman game and while it does not accept numbers , it does accept symbols like '#'.
-
Create the wordlist for hangman.
-
Rewrite each game as an API:
- [ ] guessing game
- [ ] Noughts and Crosses
- [ ] Hangman
- [ ] connect
- [ ] QuickMafs
-
More class diagrams could have been added in the DG. Some class diagrams to add could be one that shows the overall structure and relationship between all the different classes, or the relationship be…
-
Vanilla flavored hangman game in python CLI.
-
Great job!
Some constructive feedback
-
I think this is an example of when not sticking to DRY might be better. I think these functions are so small and can just as easily written right in the…
-
Create any kind of game using the pygame library of python eg. Snake game, Hangman game, Space Shooter game etc.
-
Directly from `configlet info`.
There are 28 non-deprecated exercises in `exercism/problem-specifications` that are both unimplemented and not in the track config `exercises.foregone` array:
Wit…
-
The user and API needs the ability to solve the puzzle in one go (Hangman).
-
It would be cool if we could make a Simon Says adventure. I think it should be do-able, but I'm not sure how to program this code yet.I've asked ChatGPT to help me with a python code for a textual sim…