denbondd / tic-tac-toe

🕹 Tic-tac-toe local two-player desktop app. Built with fyne.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

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

Table of content

Screenshots

Main screen:

Settings:

Game:

Game with dark theme and Russian lang:

Used technologies

Quick start

git clone https://github.com/denbondd/tic-tac-toe.git
cd tic-tac-toe
make build 
#OR simmply run: go build .

License

Copyright (c) 2021 Denis Bondarenko
MIT License

About

🕹 Tic-tac-toe local two-player desktop app. Built with fyne.io

License:MIT License


Languages

Language:Go 99.7%Language:Makefile 0.3%