https://github.com/derekahn/kingtaktoe
Classic Tic Tac Toe game that involves basic components of AI
https://github.com/derekahn/kingtaktoe
Last synced: over 1 year ago
JSON representation
Classic Tic Tac Toe game that involves basic components of AI
- Host: GitHub
- URL: https://github.com/derekahn/kingtaktoe
- Owner: derekahn
- Created: 2014-02-15T20:35:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T05:52:02.000Z (over 12 years ago)
- Last Synced: 2023-08-13T04:52:43.034Z (almost 3 years ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KingTakToe
==========
Classic Tic Tac Toe game that involves basic components of AI
Game Description
================
Tic Tac Toe is played on a 3 row by 3 column, 9 celled grid. With object of the game to achieve three in a row either vertically, horizontally or diagonally.
What I need to build
====================
3x3 grid
Check for winning = utilizing the cell numbers create a method to check if either user has three in a row.
X's
O's