Member-only story
Web game: try logic on theWeb
Infixox Part VI: Building and Refining the Infinite Tic-Tac-Toe Game
From the previous article, I tried creating an Infinite Tic Tac Toe application.
The design was solid, but the game logic had issues. Even though I used AI back then (TRAE), the results didn’t meet my expectations.
So this time, I decided to try building it as a web game first using JavaScript.
For the AI assistant, I used Claude Code.
Refining the logic it generated was surprisingly challenging it took multiple iterations to get the correct behavior.
I provided detailed step-by-step instructions to guide the AI.
The initial version has already been updated on GitHub to solve several issues that existed in my previous iOS mobile game.
Some of the things I asked Claude Code to fix were:
- Using the existing logic from the iOS app, so I referred to the path
/Users/user/Documents/02_iOS-Projects/InfiniteTicTacToeto check the existing logic.

