Skip to content

RonnyGST/cpp-hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-hangman-game

Hangman game made in c++

How it works

The game involves the user typing the letter they think is in the 5-letter word (or typing the entire word if they are confident they are right). To do this, he must base himself on the tip shown to him. With each correct letter, the word takes shape with the informed letter, however, with each error a piece of the doll will be drawn indicating imminent defeat.

Features

Array-based
The game contains 10 different words to guess
The drawing of a gallows is shown based on array
Array that shows the letters that have already been typed
User cannot type the same letter more than once
Each word has its corresponding clue

Demonstration

Game

About

Hangman game made in c++ based on arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages