You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to see how small a pure HTML playable TicTacToe game can be. The first script (`ttt.py`) generates a 560KB HTML file.
2
3
- The game is playable at https://pablo.rauzy.name/dev/ttt.html
4
5
I made it in reaction to this Hacker News post: [Implementing Tic Tac Toe with 170MB of HTML – No JavaScript or CSS](https://news.ycombinator.com/item?id=38261232), because my reaction to "170MB" was "_wait, **WAT?**_".