https://github.com/mugbug/tic-tac-toe
A simple Tic-tac-toe algorithm in C++, with solo (easy, average and impossible levels) and multiplayer modes.
https://github.com/mugbug/tic-tac-toe
Last synced: 11 days ago
JSON representation
A simple Tic-tac-toe algorithm in C++, with solo (easy, average and impossible levels) and multiplayer modes.
- Host: GitHub
- URL: https://github.com/mugbug/tic-tac-toe
- Owner: mugbug
- Created: 2017-11-19T20:10:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T17:18:40.000Z (over 8 years ago)
- Last Synced: 2025-01-03T06:09:53.531Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
A simple Tic-tac-toe algorithm in C++, with solo (easy, average and impossible levels) and multiplayer modes.