https://github.com/thetechdog/arrayless-tictactoe
A simple command line Tic-Tac-Toe 2 player game written in C++
https://github.com/thetechdog/arrayless-tictactoe
console-game game multiplayer tictactoe-cpp tictactoe-game
Last synced: 21 days ago
JSON representation
A simple command line Tic-Tac-Toe 2 player game written in C++
- Host: GitHub
- URL: https://github.com/thetechdog/arrayless-tictactoe
- Owner: thetechdog
- License: gpl-3.0
- Created: 2023-03-25T18:00:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T18:44:39.000Z (over 3 years ago)
- Last Synced: 2024-06-10T10:12:32.626Z (about 2 years ago)
- Topics: console-game, game, multiplayer, tictactoe-cpp, tictactoe-game
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arrayless Tic-Tac-Toe
A simple command line Tic-Tac-Toe 2 player game written in C++!
# How to play
Both players must enter their names. Afterwards, each of them is going to take a turn, for up to 9 turns!
Placing X or 0 on the grid is done by inputting the coordinates as such: "line,column".
First player to reach a chain of 3 symbols wins. If 9 turns pass without a winner, then it's a draw (obviously)...
Tl;dr standard Tic-Tac-Toe rules, just make sure to follow the aforementioned structure when inputting the coordinates.
# License
Licensed under the GPLv3 GNU GENERAL PUBLIC LICENSE.
Arrayless Tic-Tac-Toe
(C)thetechdog 2022-2023