Problem I have recently begun trying to learn Java and decided to make a basic Hangman game. The game uses […]
Tag: hangman
hangman in bash
Problem Rules 7 mistakes allowed. Hangman rules. Disclaimer I don’t have a figure (drawing) of the hangman as this project […]
Very basic Hangman game in Python
Problem I’m trying to learn Python, so I made this project. I think there are problems with the code, but […]
Simple Hangman game in Java
Problem I’m teaching myself Java and I had some basic questions on how well I am writing my code for […]
HangPerson in Haskell
Problem I created a HangPerson game in Haskell and I must admit it feels very imperative. How can I make […]
Set visible interface from method/class
Problem I started feeling like my code was becoming a little cluttered in the graphics: void render() { BufferStrategy bs […]
Text-based Hangman game in Java
Problem I wrote a Hangman text-based game in Java that needs to include the features that I included in the […]
Hangman game, written after taking a Python course
Problem I have recently finished a course on Python 3 and I really learned a lot, but every time I […]
Hangman game in Haskell, written using a state monad
Problem I recently made a simple hangman game in Haskell but soon wanted to explore the state monad, since it […]
JS Procedural Hangman
Problem I wrote a procedural version of Hangman (very basic) and would appreciate some feedback on the following points: Is […]