Skip to content

An implementation of Tic-Tac-Toe using the minimax algorithm

License

Notifications You must be signed in to change notification settings

ADMARIl/ImpossibleTicTacToe

Repository files navigation

Impossible Tic-Tac-Toe

An implementation of Tic-Tac-Toe using the minimax algorithm to control the computer movements. If the computer moves first, it will be pretty much impossible for the human player to win. See relevant xkcd here.

This project was for my Introduction to Artificial Intelligence class at UMBC (CMSC 471). The project outline can be found here.

Installation

  • If you already have python3 installed that's all you'll need!

Building and Running

  • To play a game, run tictactoe.py and you will be prompted for your move
    python3 tictactoe.py

License

MIT

About

An implementation of Tic-Tac-Toe using the minimax algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages