Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 278 Bytes

Tic Tac Toe

Simple minimax-derivative tic-tac-toe game in about 1K of Javascript.

Features

  • Any size grid.
  • Configurable AI (by recursion tuning).
  • Uses HTML5 browser canvas.
  • Uses alpha-beta pruning for 10x performance.

Todo

  • Trim another hundred bytes :)