8000 GitHub - net2cn/GoSnake: Yet another snake game written in Go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

net2cn/GoSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSnake

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


Screenshots

screenshot

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.


2022, net2cn, proudly coded in boring classes. (And finally get the game works after 2 years.)

About

Yet another snake game written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0