Skip to content

A console-based Tic-Tac-Toe game implemented in Go, featuring an unbeatable AI powered by the Minimax algorithm.

License

Notifications You must be signed in to change notification settings

PritomKarmokar/tic-tac-toe-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe-ai

  • A console-based Tic-Tac-Toe game implemented in Go.
  • Features an unbeatable AI powered by the Minimax algorithm.
  • The AI agent is designed to either win or draw against the human player.
  • Ensures a challenging and engaging experience.

Installation

git clone [email protected]:PritomKarmokar/tic-tac-toe-ai.git
cd tic-tac-toe-ai

Run the game

go run game/main.go

Resources I find helpful:

Additional Implementation

  • I have also implemented a simpler version of this tic-tac-toe game which was implemented in java
  • You can check out here : tic-tac-toe

About

A console-based Tic-Tac-Toe game implemented in Go, featuring an unbeatable AI powered by the Minimax algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages