Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 409 Bytes

File metadata and controls

18 lines (13 loc) · 409 Bytes

Snake

The game of snake made in golang

Name Setting

To add your name to the high score enter your name into the snake_config.json file.

Controls

input output
W or Up arrow key moves snake up
S or Down arrow key moves snake down
D or Right arrow key moves snake right
A or Left arrow key moves snake left
R restart game
F toggles Vsync