Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 519 Bytes

advanced.md

File metadata and controls

19 lines (10 loc) · 519 Bytes

The Hangman game has moved on

Switch to the advanced git branch and see that now the game can get a random word from the internet of a nominated length.

What could go wrong?!?

Hangman

Some questions to ponder:

  • What are the interesting things we would like to test?

  • How could we test them without calling out to the internet every time?

  • Why is this even an issue?

  • What does the program do when the call to the internet fails?

  • What kinds of failures are there?