/GoSnakeGo

🐍 A snake written in GO rendering with WASM and canvas

Primary LanguageJavaScript

GoSnakeGo

A variations of the classic Snake game written in GO. Renders inside of canvas in web-browser.

Untitled

Run demo

Go Version

Build

make

Note: It's not an executable it is WASM. You can run it by opening web/index.html inside of your browser

Controls

Move your snake with arrow keys on your keyboard. By touching borders, you won't loose, there is a loop.