In this project I created my first pygame project, and I implemented a smart-agent. This project implements the game of Tic-Tac-Toe in a retro style. Two modes can be played. One player mode: Against an AI trained by reinforcement learning (Q-Learning) Two player mode: Two humans against eachother
- Clone the repository:
git clone https://github.com/YungDurum/Tic-Tac-Toe.git
- Install dependencies.
- Run
python3 gamerunner.py