Hangman game made in rust
Todo list
- boilerplate for piston framework
- the game data struct
- character guessing
- word selection
- win/lose conditions
- auto resize to full screen size
- render dashes for the word to be guessed
- render hang man
- render valid guessable characters
- grey out guessed characters
- input by clicking on characters on screen
- input by keyboard
- sound effects
- music?
- swaying animation on hanging man
- pop-in/draw-in animation on hangman
- animation on correct characters on word
- fade to grey guessed characters
- additional langs with latin only chars
- additional langs with any chars
- P2P networking multiplayer
- AI guesser
- AI word picker by customizable difficulty level
-
compilable to WASMSo, it turns out that piston does not like the web very much... - CLI version
- Word selection checking in dictionary