dadeg / tictactoe

Algorithm that plays TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

This is a representation of a game engine for Tic Tac Toe. It consists of a game management object, a player object that asks for moves from a human, and an algorithm object that generates moves.

It is fully tested with Jasmine.

Authors

  • David Bondy
  • Matt Fender
  • Dan DeGreef

About

Algorithm that plays TicTacToe


Languages

Language:JavaScript 99.4%Language:HTML 0.6%