The subject of my current live stream series. A simple chess UI built with Fyne.
Thanks to:
Just use the go tools to install on your system and run it.
$ go get github.com/andydotxyz/chess
$ ./chess
To install alongside the other applications on your system use the fyne
tool.
$ go get fyne.io/fyne/v2/cmd/fyne
$ fyne install
TODO