Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

4003CEM-miniproject

Hangman game

Following the advice from the lecture slides produce a basic hangman game.

Testing

Write the appropriate series of unit tests to validate that your code works correctly.

Advanced

  • Once the solutions have been released, use the provided test_hangman.cpp file to test your code. Compare my unit tests to your own and if any of the tests have failed, investigate why this was. Is it a mistake in the code or different assumptions between the tests and the code?
  • What additional functionality can you add to your game?
    • High score
    • Two player mode