Tic Tac Toe
This beautiful Tic-Tac-Toe application is developed using Swift, SwiftUI and MVVM. It offers a classic game on a 3×3 grid versus AI.
Features
- Simple and intuitive user interface.
- Animated background.
- PvE.
- Game board that automatically updates after each move.
- Hard AI.
- Score board and reset button.
Planned
- Choose AI difficulty.
- Choose colors of your playground.
- PvP.
Requirements
- iOS 16.4 or later.
Installation
-
Clone the Tic Tac Toe repository:
git clone [email protected]:KeoFoxy/Tic-Tac-Toe.git
-
Open the
Tic-Tac-Toe.xcodeproj
project in Xcode. -
Build and run the project on a simulator or a real device.