This repository contains all of the practice projects I've done utilizing the C++ programming language.
This repository contains multiple projects I've built in C++. Provided is the project and a brief desciption of what is included in it.
-
- A very simple project the prints "Hello World!" to the terminal.
-
A fully functional Tic-Tac-Toe game playable in the computer terminal.
- Playable by 2 players with alternating turns.
- All user input is validated.
- Can distinguish between a win by Tic-Tac-Toe or loss by exceded number of turns.
-
- This is a fictional text based adventure game that asks users a series of questions and gives them a different end result based on their responses.
- C++