mattkelly / snake-go

:snake: Play snake in your terminal. Built using Termloop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Go Report Card Build Status

Play snake in your terminal. Built using Termloop.

Instructions

  • Get it: go get -u github.com/mattkelly/snake-go
  • Play it: $GOPATH/bin/snake-go

Contributing

Please do.

  • Overlay message box with score upon dying (don't just flash red)
  • Implement game difficulty options: easy, normal, hard
  • (Maybe) Dynamically size border based on e.g. terminal size, user input
  • (Maybe) Implement "play again" option

About

:snake: Play snake in your terminal. Built using Termloop.

License:MIT License


Languages

Language:Go 100.0%