Skip to content

v1.0.0

Latest

Choose a tag to compare

@chhabraamit chhabraamit released this 14 Sep 14:34
0c1abe1

Contains the binary for the Mac OS.

The binary can build as:

go build -i -o /usr/local/bin/2048 ./main.go

use 2048 in terminal to run it.

You might need to change permission to make it executable: chmod +rwx 2048.

Mac OS by default blocks unsigned applications to run, you can allow it by giving this permission or build on your own.