Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliverkocsis/tic-tac-toe
- Owner: oliverkocsis
- License: mit
- Created: 2020-06-22T19:50:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:40:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T03:50:47.296Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.