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

https://github.com/tinawebdev/cpp-games

🎮 Simple C++ Console Games
https://github.com/tinawebdev/cpp-games

console-games cpp cpp-games

Last synced: 4 months ago
JSON representation

🎮 Simple C++ Console Games

Awesome Lists containing this project

README

        

# Simple C++ Console Games


Game
Description


Guess My Number
Guess My Number is a fun game to find a number. If your guess is too high or too low, you'll get a hint.


Word Jumble
Word Jumble is a simple word puzzle where you find the correct word from a scrambled set of letters.


Hangman

Hangman is a popular word guessing game where the player attempts to build a missing word by guessing one letter at a time.

After a certain number of incorrect guesses, the game ends and the player loses.

The game also ends if the player correctly identifies all the letters of the missing word.



Mad Lib
A phrasal template word game where you fill in the blanks.


Tic-Tac-Toe

A two player game where the goal of each user is to mark their turn as an X or an O on a gameboard with three columns and three rows.

The first user to get three in a row, either diagonally, horizontally, or vertically will be the winner.



Critter Caretaker

The Critter Caretaker game simulates caring for a virtual pet.

You must feed and play with the critter to keep it in a good mood.

Also you can listen to the critter to learn how the critter is feeling, which can range from happy to mad.



Blackjack

A simple version of the casino game of blackjack for 1-7 players.