This project is a word puzzle game inspired by the popular game Wordle, built using the Unity game engine. The game challenges players to guess a hidden word within a limited number of attempts, providing feedback after each guess to guide the player toward the correct answer.
The project focuses on implementing core game mechanics such as input handling, word validation, and a dynamic feedback system that highlights correct and misplaced letters. It also includes a clean and interactive user interface designed to enhance the overall player experience.
Key features of the project include:
Interactive gameplay with real-time feedback
Word validation using a predefined dictionary
Color-coded hints for correct and incorrect guesses
Game state management (win/lose conditions)
User-friendly UI built within Unity
This project demonstrates strong skills in:
Game development using Unity and C#
UI/UX design for games
Logic building and state management
Debugging and performance optimization
Overall, this project showcases the ability to recreate and customize popular game mechanics while maintaining clean code structure and engaging gameplay.