Skip to content

general-CbIC/go-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Go Snake

CLI version of popular game "snake" on Go lang.

Start with:

go run snake.go

Control with WASD


TODO:

  • Draw field
  • Move snake
  • Control snake with WASD/Arrow keys
  • Feed snake
  • Grow snake
  • Show score
  • Save score
  • Compile it to binary file

About

Writing snake on Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages