Skip to content

mrx7355608/minimax-tictactoe-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Tic-tac-toe AI

This is a tic-tac-toe game with a smart computer AI. The AI is created using minimax algorithm

Setup

  • Clone the repo
git clone https://github.com/mrx7355608/minimax-tictactoe-ai
  • Open the one and only python file
  • Run it
  • That's pretty much it xd

TODO

  1. Throw error if user tries to make a move on occupied box
  2. Clean and refactor code
  3. Add three or maybe four different levels of difficulties
  4. Add GUI if possible
  5. Improve this AI using alpha-beta pruning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages