Skip to content

wmurray8989/go-snakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Snakes

Setup

Install Go

Ubuntu

apt install golang-go

OSX

brew install go

Install Dependencies

Ubuntu

apt install libsdl2-dev libsdl2_gfx-dev libsdl2_ttf-dev

OSX

brew install pkg-config sdl2 sdl2_gfx sdl2_ttf

Clone this repository

go get -v github.com/wmurray8989/go-snakes

Run

go run main.go

The first time you run, it might take a few minutes to start because it has to download go-sdl2. It will be faster in subsequent starts.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages