https://github.com/jayprakashkumar1/word-guessing-game
This is a c++ word guessing game in which a 5 digit random word will be displayed to the screen and two positions will be kept blank.Then user will guess that word.
https://github.com/jayprakashkumar1/word-guessing-game
cpp cpp-games guessing-game mini-game
Last synced: over 1 year ago
JSON representation
This is a c++ word guessing game in which a 5 digit random word will be displayed to the screen and two positions will be kept blank.Then user will guess that word.
- Host: GitHub
- URL: https://github.com/jayprakashkumar1/word-guessing-game
- Owner: jayprakashkumar1
- Created: 2018-11-04T11:11:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T11:24:01.000Z (over 7 years ago)
- Last Synced: 2025-01-13T23:34:59.738Z (over 1 year ago)
- Topics: cpp, cpp-games, guessing-game, mini-game
- Language: C++
- Size: 92.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# word-guessing-game
This is a c++ word guessing game.
In this game a 5 digit random word will be displayed to the screen.
Two positions will be kept blank & Then user will guesses that word.
If he/she guesses the correct word then he/she will get a 1 point.
This game is executed in Ubuntu OS.
# To compile : g++ wordGuessingGame.cpp
# To run : ./a.out
below is the screenshots for execution of game:

