A Nonogram puzzle game using Go and the Pixel 2D game library.
- Go - The thing you need to go in Go. You can pick it up here.
- Pixel - A 2D game library in Go. You can pick it up here.
- To run the game,
go run main.go
in your favorite cli - To build the game as an executable,
go build