Skip to content

Viessel/rgSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake game

Building from linux

$ go build .

Cross compiling for windows

$ CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 go build -ldflags "-s -w" .

Deps for Fedora

# dnf install mesa-libGL-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel wayland-devel libxkbcommon-devel
# dnf install mingw32-gcc

Throubleshooting

Check Raylib bindings repo for more help.

About

Snake Game. Testing raylib bindings to golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages