Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1005 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 1005 Bytes

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