A Word Puzzle Game built using C++ that lets players search words from a randomly generated grid.
It includes multiple difficulty levels, file handling for saving scores and progress, and a simple text-based interface.
git clone "paste repo link here"
cd "folder name here"-
Three difficulty levels (Easy, Intermediate, Hard)
-
Word searching in horizontal, vertical, reverse, and diagonal directions
-
File handling for saving and loading data
-
Pause and resume functionality
-
High score tracking system
-
Manual uppercase conversion
-
Simple login system (username + password)
Username:
gamePassword:1234
- File Handling
- 2D & Character Arrays
- Functions and Loops
- Conditional Logic
- Dynamic Memory (
new,delete) - Manual Uppercase Conversion