Skip to content

fraenky8/go-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Snake Game in Go

playable 🐍

Snake = white
Food = red

why, what, how, where

for fun!

inspired by

Installation

The game depends on the Go Binding of SDL2: https://github.com/veandco/go-sdl2. This needs to be installed first (OS depened).

go get github.com/fraenky8/go-snake
go build

Playing

Run the binary:

./go-snake

Game stops when snake eats itself and a GAME OVER! is printed on the command line.

Licensing

The code in this project is licensed under MIT license.

Releases

No releases published

Packages

No packages published

Languages