A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session1dd3602g8a3metodfu6dq8n8ig5sfu9o): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Hangman Game in C++ | dtakyar30
Coders Packet

Hangman Game in C++

By deepali takyar

It is a Word Guessing game in C++ in which one player has to choose a word and another player has to guess it within the given number of chances.


Hangman Game

This is a Hangman Game made by me. I think it's a good example of what a new programming student should be capable (and incapable) of doing by that point. No use of the STL is made. This project helps in understanding the concepts of conditional and branching statements. The project is made in Visual Studio 2019 on Windows 7.

This is a simple HANGMAN GAME that we all had played in childhood on paper.

Player 1 will give a word as input and Player 2 will guess the word by giving a letter as input.

If Player 2 guess it right then he/she will be the winner.

There are only 5 chances given to Player 2.

 

Constraint: Player 2 can not give any string as input it has to be a single word with no space or any special character.

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by deepali takyar (dtakyar30)

Download packets of source code on Coders Packet