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
- Host: GitHub
- URL: https://github.com/tinawebdev/cpp-games
- Owner: tinawebdev
- Created: 2020-11-30T10:33:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T17:11:22.000Z (about 4 years ago)
- Last Synced: 2025-01-03T14:49:58.861Z (5 months ago)
- Topics: console-games, cpp, cpp-games
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.