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

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

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