Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 201 Bytes

A simple tic tac toe game

Built with HTML, CSS and JS

Future addition

  • AI Opponent using minmax with alpha-beta pruning
  • Toggle between AI vs Player, AI vs AI and Player vs Player
  • Dark Mode