Releases: chhabraamit/2048
Releases · chhabraamit/2048
Release list
v1.0.0
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.