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 is solved with A* algorithm.
For more details about implementation, read README in the "maze_problem" folder.
Output test of the project is something like this:
8 queens problem is solved with Simulated Anealing algorithm.
For more details about implementation, read README in the "queens_problem" folder.
Output test of the project is something like this:
Tic-Tac-Toe's artificial intelligence is created with Alpha Beta Purning algorithm.
For more details about implementation, read README in the "tic_tac_toe" folder.
Output test of the project is something like this: