https://github.com/cerus/tic-tac-toe
Tic Tac Toe game in C++. This was done as a little project to get familiar with the language.
https://github.com/cerus/tic-tac-toe
beginner-project cpp cpp14 tic-tac-toe tictactoe tictactoe-game
Last synced: over 1 year ago
JSON representation
Tic Tac Toe game in C++. This was done as a little project to get familiar with the language.
- Host: GitHub
- URL: https://github.com/cerus/tic-tac-toe
- Owner: cerus
- Created: 2020-01-17T06:03:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T06:17:09.000Z (over 6 years ago)
- Last Synced: 2025-01-24T17:44:44.962Z (over 1 year ago)
- Topics: beginner-project, cpp, cpp14, tic-tac-toe, tictactoe, tictactoe-game
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
Tic Tac Toe game in C++. This was done as a little project to get familiar with the language.
# What to expect
Don't expect a super smart AI, the computers moves are based on (pseudo) randomness.
# How to play
Input numbers between 1 and 9 to 'claim' a position.