Skip to content

Yaahh-Jet/WordGuess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordGuess using C

This is a Word Search Game that challenges players to find hidden words in a grid. It supports three difficulty levels and provides hints to help players. The game keeps track of the score, applies penalties for incorrect guesses, and even includes a Bonus Round with emoji-based word puzzles!

Key Features:

  • Dynamic Word Placement: Words are randomly positioned within the grid.
  • Hint System: Players can request hints (limited to two).
  • Scoring System: Points for correct words, penalties for wrong guesses(only in medium and hard level).
  • Bonus Round: Fun emoji-based word guessing challenge.

Technologies Used:

  • C Standard Libraries: stdio.h, stdlib.h, string.h, time.h
  • Windows-Specific Features: windows.h for colored text output.
  • Randomization & Grid Handling: Uses rand() for word placement.
  • File Handling: Reads words and hints from text files.

A fun little project!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors