🎮 Tic Tac Toe AI
Simple AI algorithm built with Kotlin to play Tic-Tac-Toe with you!
👾 Get Started
Before you begin, ensure you have met the following requirement:
- JDK (Java Development Kit) installed on your machine.
🏃 Running the Project
To run the project, follow these steps:
Clone the repository to your local machine:
git clone <repository-url>
Build the dependencies and run the
Main.kt
file from your IDE:./gradlew build