Skip to content

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.

Notifications You must be signed in to change notification settings

jayprakashkumar1/word-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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:

word guessing g1 word guessing g2

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages