An open API service indexing awesome lists of open source software.

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.

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.