Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siddeshwarnavink/tictactoe-ai
- Owner: siddeshwarnavink
- Created: 2024-03-26T12:43:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T05:18:27.000Z (8 months ago)
- Last Synced: 2024-03-29T07:34:38.853Z (8 months ago)
- Language: Kotlin
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```