Skip to content
/ Go2048 Public

2048 game written in Golang with SDL2 just for fun to ditch time at boring classes.

License

Notifications You must be signed in to change notification settings

net2cn/Go2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go2048

Yet another 2048 game implemented in golang with go-sdl2.


Screenshots

screenshot_1

Build

Install go-sdl2. After that simply type

go build main.go

and you'll get your game binary.

If you need the game to be built statically for redistribution, use the following line:

go build -tags static -ldflags "-s -w -H=windowsgui"

This will also get rid of the debug console. Remove "-H=windowsgui" if you need it.

Disclaimer

All in-game assets used are legally obtained and can be redistributed freely.


2021, net2cn, proudly coded in boring classes.

About

2048 game written in Golang with SDL2 just for fun to ditch time at boring classes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages