How to:
Delay what is on the screen changing to what’s coming to the screen (game.rb)
Make a graphic in the console (graphics.rb)
^C out with a message (game.rb & graphics.rb)
Access a txt file and split into a list of the individual words (dictionary.rb)
WORDS = File.read(“linuxwords.txt”).split(“\n”)
https://github.com/twosavoie/hangman
Lots of thanks to the Github repos of Maren & Ann!