Python Project: Phrase Hunter Game (Object-Oriented Programming)

Click here to view this project on Github.

This project uses Python and OOP (Object-Oriented Programming) to create a word-guessing game. A phrase is selected from random, hidden from the player. The player tries to guess the phrase by inputting individual characters- can they guess the phrase before they run out of attempts?

Skills demonstrated:

  • OOP