Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 200 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 200 Bytes

tictactoe

Vanilla JS with simple AI algorithm.

Player data is held in objects and gameboard is created dynamically.

The AI checks for unoccupied spaces rather than selecting most optimum move.