https://github.com/maktoobgar/ai_project
Solving 8 Queen and Maze problems and creating Tic-Tac-Toe game.
https://github.com/maktoobgar/ai_project
8queen 8queens ai maze-solver python3 tic-tac-toe
Last synced: over 1 year ago
JSON representation
Solving 8 Queen and Maze problems and creating Tic-Tac-Toe game.
- Host: GitHub
- URL: https://github.com/maktoobgar/ai_project
- Owner: maktoobgar
- License: mit
- Created: 2021-01-17T05:25:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T13:30:41.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:44:22.166Z (over 1 year ago)
- Topics: 8queen, 8queens, ai, maze-solver, python3, tic-tac-toe
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An Educational Project
This project is made for educational purposes.\
I solved two diffrent problems and created one game in one repository and made a README.md file for each one of them.\
Hope everyone like it.
## Maze Problem
Maze problem is solved with __A*__ algorithm.\
For more details about implementation, read [README](maze_problem/README.md) in the ["**maze_problem**"](maze_problem) folder.\
Output test of the project is something like this:\

## 8 Queens Problem
8 queens problem is solved with __Simulated Anealing__ algorithm.\
For more details about implementation, read [README](queens_problem/README.md) in the ["**queens_problem**"](queens_problem) folder.\
Output test of the project is something like this:\

## Tic-Tac-Toe Game
Tic-Tac-Toe's artificial intelligence is created with __Alpha Beta Purning__ algorithm.\
For more details about implementation, read [README](tic_tac_toe/README.md) in the ["**tic_tac_toe**"](tic_tac_toe) folder.\
Output test of the project is something like this:\