Original Post: Implementing Tic Tac Toe with 170mb of HTML – no JS or CSS | Blog
The content discusses how the author created a Tic Tac Toe game using an experimental feature in Chrome that allows for popovers in HTML. The author explains the process of creating the game with just HTML, facing performance problems along the way due to the large number of iterations involved. The author makes optimizations to improve performance, such as removing impossible moves and using text nodes instead of buttons. The final game is around 170mb and can be viewed on the author’s website.
Go here to read the Original Post