Skip to content

PlainSight/chess

Repository files navigation

Chess

A chess game written in Go

Building and running

go get github.com/go-gl/gl/v2.1/gl
go get github.com/go-gl/glfw/v3.2/glfw
go get -u github.com/jteeuwen/go-bindata/...
go-bindata pieces.png tile.png 
go build [-ldflags -H=windowsgui] -o chess
.\chess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages