general-CbIC / go-snake

Writing snake on Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%