andydotxyz / chess

A chess GUI build using the Fyne toolkit.
Other
54 stars 15 forks source link

Chess

The subject of my current live stream series. A simple chess UI built with Fyne.

Thanks to:

Running

Just use the go tools to install on your system and run it.

$ go get github.com/andydotxyz/chess
$ ./chess

Installing

To install alongside the other applications on your system use the fyne tool.

$ go get fyne.io/fyne/v2/cmd/fyne
$ fyne install

Screenshot

Status

TODO