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 buildbuild on windows:
GCC(MinGW) should be installed.
set CGO_ENABLED=1
set GOARCH=386
go build -ldflags -H=windowsguibuild on osx:
go build -ldflags=-s