This is a simple console-based game inspired by the Wordle game named Termo, developed in C. The game allows one or two players to play and try to guess a secret word within six attempts.
- Game Mechanics:
- Players have six attempts to guess a secret word.
- After each guess, the game provides feedback on which letters are correct and in the correct position.
- The game ends when a player guesses the word or runs out of attempts.
- Multiplayer Support: Play with one or two players.
This is my very first project! I created this game after about four months of learning programming. The ideia is to show my first steps. I hope it serves as a way to reflect on my progress and create a perspective of how much I have evolved.
This program was created as an assignment for an introduction to programming course when I was studying electrical engineering. It was created in early 2022, shortly after Wordle was released.
Pedro H. Pacheco