/tic-tac-toe

Factory functions in combination with an exciting game of Tic-Tac-Toe

Primary LanguageJavaScript

tic-tac-toe

Factory functions in combination with an exciting game of Tic-Tac-Toe

This object lesson of this exercise is to integrate an understanding of factory functions, private variables and functions, scope and closure, and a whole host of Santa Claus-ian grab bag backhauled learning from the previous lessons within the scope of a game of Tic-Tac-Toe.

To Do:

Implement minimax AI NPC opponent

Refactor and polish