This project is a Tic Tac Toe game developed as a mini-project for the Artificial Intelligence study unit.
This project is a mini-project given as an assignment for the Artificial Intelligence study unit.
It was developed using the Godot game engine and programmed with GdScript (a language similar to Python, running directly within Godot).
To run the project, follow these steps:
-
Download Godot 4.0:
- Download the Godot 4.0 game engine from this link.
-
Importing the Project:
- In Godot, select "Import" from the project list.
- Navigate to the project directory and select the project.godot file.
-
Running the Project:
- Once the project is imported, launch it by pressing F5 in Godot to start the game.
The files in the "code" directory contain game scripts defining the general functionality and communication between different elements.
- The AI.gd file concerns the game's AI code, programmed using the MinMax search algorithm.
Don't forget to install Godot 4.0 and import the project into the engine to enjoy the Tic Tac Toe game!