https://github.com/siddeshwarnavink/tictactoe-ai
Simple AI algorithm to play Tic-Tac-Toe
https://github.com/siddeshwarnavink/tictactoe-ai
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-29T05:18:27.000Z (about 1 year ago)
- Last Synced: 2025-01-20T05:10:25.659Z (5 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!
## 👾 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
```