Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddeshwarnavink/tictactoe-ai

Simple AI algorithm to play Tic-Tac-Toe
https://github.com/siddeshwarnavink/tictactoe-ai

Last synced: about 4 hours ago
JSON representation

Simple AI algorithm to play Tic-Tac-Toe

Awesome Lists containing this project

README

        

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

![Game Preview](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcGJkYTV3eTIwNHRxaWdzYmY1N21xb3A4eGk2OGNpaWMxNGJnZTB3NCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ba8mq2SOIgct4T57lY/giphy-downsized-large.gif)

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

```bash
git clone
```

2. Build the dependencies and run the `Main.kt` file from your IDE:

```bash
./gradlew build
```