It's a local two player tic-tac-toe desktop app. Built with GoLang and fyne. Has settings (dark/light theme and languages).
Main screen:

Settings:

Game:

Game with dark theme and Russian lang:

git clone https://github.com/denbondd/tic-tac-toe.git
cd tic-tac-toe
make build
#OR simmply run: go build .Copyright (c) 2021 Denis Bondarenko
MIT License