Member-only story

Toe Part I: Create a Game Using SwiftUI and TRAE

Jerry PM
3 min readFeb 10, 2025

--

Part I: Create a basic Tic-Tac-Toe game project.

Previously, I wrote this article discussing the AI tool TRAE, With the title “TRAE AI Coding Tool”.

So, I am using this tool to speed up the development process of the game I am creating this time.

I plan to develop a Tic-Tac-Toe game. It may seem simple, but I am starting with this basic game and will gradually improve and expand it.

I will update this article progressively with the app’s development progress. Here is the first step in developing this game; I have already added some folders.

After some time using TRAE, I noticed a significant drawback in development — it can only read the code that is currently open. So far, I haven’t found a way for TRAE to read my other code.

Start Project

Okay, first, I use this prompt to set up projects like the code above.

I want to create a Tic-Tac-Toe game. Make this page function like that — update or modify it as needed. Do your best!

--

--

No responses yet