A Golang implementation for a simple tic-tac-toe with Google`s chatbot Bard.
- Install
Golang v1.21.5
or higher. - Clone the repository.
- Open
main.go
and replace variablescookie_1
andcookie_2
using the instructions here. - Run
go mod tidy
. - Run
go run .
. - Enjoy :).