Skip to content

YungDurum/Tic-Tac-Toe

Repository files navigation

Tic-Tac-Toe

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

Installation and how to run

  1. Clone the repository:
    git clone https://github.com/YungDurum/Tic-Tac-Toe.git
  2. Install dependencies.
  3. Run
    python3 gamerunner.py

About

My pygame implementation of Tic-Tac-Toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages