Tic Tac Toe AI

Project created at Mar 26, 2024

🎮 Tic Tac Toe AI

Simple AI algorithm built with Kotlin to play Tic-Tac-Toe with you!

Game Preview

👾 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:

  1. Clone the repository to your local machine:

    git clone <repository-url>
    
  2. Build the dependencies and run the Main.kt file from your IDE:

    ./gradlew build