davidgrzyb / go-tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Tic-Tac-Toe

This is a simple tic-tac-toe game built with Go. It uses the minimax algorithm to make choices based on the best possible path to winning.

After cloning the repo, run the following command to try the game out:

go build main.go && ./main

About


Languages

Language:Go 100.0%