Skip to content

arbaz3a/word-puzzle-cpp

Repository files navigation

Word Puzzle Game (C++ Project)

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.

Setup

git clone "paste repo link here"
cd "folder name here"

Features

  • 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: game Password: 1234

Programming Concepts Used

  • File Handling
  • 2D & Character Arrays
  • Functions and Loops
  • Conditional Logic
  • Dynamic Memory (new, delete)
  • Manual Uppercase Conversion

About

A simple C++ console-based word puzzle game that challenges users to find words in a letter grid. The game features multiple levels, score tracking, and file-based saving for a complete puzzle experience.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages