An open API service indexing awesome lists of open source software.

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.

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:

![word guessing g1](https://user-images.githubusercontent.com/26687042/47963373-7b46a400-e051-11e8-8aab-aae7673c2a85.png)
![word guessing g2](https://user-images.githubusercontent.com/26687042/47963379-7f72c180-e051-11e8-8348-828d8d92edde.png)