Original game by BenTristem link: https://github.com/UnrealCourse/02_BullCowGame/tree/master/BullCowGame
- Console gets cleared on every new game.
- Added new ASCII art at game start.
- Added ASCII art for game end.
- We read both ASCII arts from files.
- We now get a random word from a words file isograms.txt, you can add as many words as you prefer.
- Word length selection option to user.
- Add in more exceptions.