As the name suggests, you can play tic-tac-toe in the browser!
- Play against another human
- Play against bot (bots are chosen randomly for a particular move)
- Lemon bot: chooses random moves
- Tangerine bot: chooses moves as per mini-max algorithm
Not much to explain, but:
./index.html- HTML markup file./style.css- CSS stylesheet./script.js- script file with all the logic
![]() |
![]() |
|---|

