Skip to content

hSATAC/gosnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosnake

Build Status

Snake game written in Go

This is a simple project for me to practice Go.

See it in action: http://asciinema.org/a/6115

INSTALL

  • go get github/hSATAC/gosnake
  • run gosnake to play

NOTICE

You can make 100% reproducible build via godep.

  • go get github.com/kr/godep
  • godep go build under gosnake src folder.

TODO

  • Decouple Snake & Scene
  • Add score

About

Snake game written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages