Cross-platform 2048 game on opengl.
Keys:
- Arrows(Left,Right,Top,Bottom) to move the tiles
- Backspace return to the previous move
build on linux:
make build
#or
go build
build on windows:
GCC(MinGW) should be installed.
set CGO_ENABLED=1
set GOARCH=386
go build -ldflags -H=windowsgui
build on osx:
go build -ldflags=-s