Skip to content

Instantly share code, notes, and snippets.

@zhukovsd
Created September 7, 2023 07:44
Show Gist options
  • Save zhukovsd/c262c333b71a6c33b66486b017f343a0 to your computer and use it in GitHub Desktop.
Save zhukovsd/c262c333b71a6c33b66486b017f343a0 to your computer and use it in GitHub Desktop.

https://github.com/garaninnv/word_game

  • 👍 Words dictionary in file (resources would be even better)
  • 👍 Printing gallows with ternary operators
  • 👍 Project/methods structure

Functional problems

  1. Word mask displayed with null's, ____ would be better
  2. Repeated wrong letters counted as errors
  3. Improperly formatted input counted as errors

Advice

  • Use default formatting
  • Think more about method/variable names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment