Phrase Hunters

(View this project from GitHub)

Get ready for an exciting word-guessing adventure that will put your skills to the test! In "Phrase Hunter," you’ll tackle the challenge of guessing a randomly selected phrase, one character at a time.

Game Overview:

  • Objective: Your mission is to uncover the hidden phrase by guessing letters within a limited number of attempts.

  • Gameplay: Each time you make a guess, the game checks if your letter is part of the phrase. If you're correct, the corresponding letters are revealed for you to see. However, be cautious—your attempts are limited, and you must guess the entire phrase before running out of chances!

  • Strategy: Remember, you can only guess one letter at a time. Choose wisely to maximize your chances of success!

Technical Skills Utilized:

  • Python: The primary language for game development

  • Object-Oriented Programming (OOP): Structuring the game with classes and objects

  • String Manipulation: Handling and processing phrases

  • Lists: Storing guessed letters and tracking progress

  • Randomization: Selecting phrases at random for each game session

  • Input/Output: Managing user inputs and displaying game status

  • Control Flow: Implementing game logic and flow

  • Error Handling: Ensuring a smooth user experience by managing incorrect inputs

Are you ready to play word-guessing game? Let’s see if you can guess the phrase before your attempts run out!

Previous
Previous

Store Inventory with SQLAlchemy

Next
Next

Basketball Stats Tool