Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 627 Bytes

Console Snake Game in Go (Golang)

This snake game is a direct translation, from C to Go, of the Snake Game code from: Console Snake Game in C

If you are learning Golang, make sure to read this code and get the most out of it.

NOTE: This code has been tested in Linux operating system only. To be more precise, I only tested on Ububtu Linux.

If you found a solution for a problem you figured out in this code, feel free to make a pull request.

Compilation and running:

$ go build main.go
$ ./snake

Control keys:

q - quit
a - left
s - down
w - up
d - right