Tic Tac Toe 4x4

Inspiration/What it does

The purpose of the project was to try and experience using Swift and SwiftUI in Xcode to build an app from scratch. This project is a recreation of the classic game Tic Tac Toe, but the grid is a slightly larger 4 x 4 grid. All the same rules apply (The first one to place the same symbol in the grid in a vertical/horizontal/diagonal line wins the game.)

How it was built (Tools Utilized)

Swift and SwiftUI, built and tested in Xcode. All the graphics and glyphs used in the app were made on Figma.

Challenges faced

The biggest hurdle was the fact that this was my first time programming in Swift, which meant that I needed to learn everything from scratch. I had to spend multiple hours watching tutorial videos on YouTube as I was putting my project together, which meant a significant amount of backtracking. Since I was new to the programming language, there were many times that I ran into tiny issues related to the app layouts and UI, which took a considerable amount of time to fix.

Accomplishments that we're proud of

Being able to Build and Test an app in a completely new language within a day.

What we learned

Swift and SwiftUI, although they seem very confusing on the surface, the frameworks and functionalities become very apparent once you start working with them.

Github Repo

TTTx4: Tic Tac Toe 4x4

Built With

Share this project:

Updates