An open API service indexing awesome lists of open source software.

https://github.com/general-cbic/go-snake

Writing snake on Go
https://github.com/general-cbic/go-snake

Last synced: 8 months ago
JSON representation

Writing snake on Go

Awesome Lists containing this project

README

          

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

Start with:

go run snake.go

Control with **WASD**

***

TODO:

- [x] Draw field
- [x] Move snake
- [x] Control snake with **WASD**/**Arrow keys**
- [ ] Feed snake
- [ ] Grow snake
- [ ] Show score
- [ ] Save score
- [ ] Compile it to binary file