https://github.com/purejoymind/tictactoe-cpp
Making a game of Tic Tac Toe run in command line using C++
https://github.com/purejoymind/tictactoe-cpp
Last synced: 3 months ago
JSON representation
Making a game of Tic Tac Toe run in command line using C++
- Host: GitHub
- URL: https://github.com/purejoymind/tictactoe-cpp
- Owner: PureJoyMind
- Created: 2022-03-23T09:38:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T08:23:41.000Z (about 3 years ago)
- Last Synced: 2025-01-11T06:45:34.864Z (4 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ticTacToe
Making a game of Tic Tac Toe run in command line using C++# How to use
The main function is located in tictactoe.cpp
So far there is a GameManager class that handles the board and a Player struct that holds the players info# About this project
I started this project a few months ago and it really isn't hard or anything.
I just got busy with work and university.
It is at its very first stage and will grow alot overtime.
I started this for a code challenge on MakingGamesWithBen's youtube. the link to the video is:
https://youtu.be/gm2yPC65X78
I am learning game-dev concepts and I know C++ more than this projects prerequisites. but its still fun to do.# The future
Its always fun to get creative with simple ideas so if you have any cool idea for this project feel free to contact me