Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

a game for two payers, X and O, who take turns marking the spaces in a 3×3 grid
https://github.com/oliverkocsis/tic-tac-toe

Last synced: about 1 month ago
JSON representation

a game for two payers, X and O, who take turns marking the spaces in a 3×3 grid

Awesome Lists containing this project

README

        

# Project

Example app Tic-tac-toe implemented in
- Angular
- React
- Vue

# Tic-tac-toe

> source: https://en.wikipedia.org/wiki/Tic-tac-toe

Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.