Sitemap
CodeToDeploy

The First Publication That Blends Tech Insights + Real Job Opportunities

Web game: try logic on theWeb

3 min readSep 19, 2025

--

Infixox Part VI: Building and Refining the Infinite Tic-Tac-Toe Game

Press enter or click to view image in full size

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/InfiniteTicTacToe to check the existing logic.

--

--

CodeToDeploy
CodeToDeploy

Published in CodeToDeploy

The First Publication That Blends Tech Insights + Real Job Opportunities

No responses yet