Skip to content

thiagobergami/cpp-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ repository for studies.

Repository for studying C++ and creating games. Below is a list of some games created

Games

01 - Guess the Number

guessTheNumber

Guess the number it's a game where the player has to guess the random number generated by the computer. Depending on the difficulty, you will have n attempts to nail the number.

02 - Hangman

hangman

alt text

In the Hangman program, the computer picks a secret word and the player tries to guess it one letter at a time. The player is allowed eight incorrect guesses. If he or she fails to guess the word in time, the player is hanged and the game is over.

03 - Tic-Tac-Toe

tictactoe

alt text

In this game you will be face to face against the machine in a world match of Tic-Tac-Toe. Good luck

04 - Tamagotchi

tamagotchi Tamagotchi is a virtual pet that you can feed and play with.

05 - GameLobby

gameLobby

alt text

Game Lobby it's a simple game lobby.

06 - BlackJack

blackjack

blackjack

Blackjack game

About

Repository to implement and try C++ with games

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages