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

https://github.com/pj-pj-pj/tic-tac-toe

an implementation of the famous tic-tac-toe game
https://github.com/pj-pj-pj/tic-tac-toe

js-objects

Last synced: 3 months ago
JSON representation

an implementation of the famous tic-tac-toe game

Awesome Lists containing this project

README

        

# tic-tac-toe
an implementation of the famous tic-tac-toe game

## features
- choose if you will play as: `X` or `O`
- the game is purely single player and the mark you don't choose will be chosen by the computer player
- the mark `X` will always be given the first turn
- enjoy!