/tic-tac-go

Tic tac toe, written in Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

tic-tac-go

Tic tac toe, written in Go

Dev roadmap:

  1. Implement a command-line interface for human players to play hot seat
  2. Implement an AI that uses minimax
  3. Implement a GUI