0 branches
Tree
Top files
Clone with HTTPS:
README.md
gg: add text rendering, keyboard event handling for JS and other fixes (#12932)
4 years ago
312 bytes
index.html
gg: add text rendering, keyboard event handling for JS and other fixes (#12932)
4 years ago
201 bytes
snek
Snake game implemented using gg module.
Compiling & running
Compiling to binary
v -prod examples/snek/snek.v
./examples/snek/snek # run snek game!
Compiling to JS
v -b js_browser examples/snek/snek.js.v
And then open examples/snek/index.html in your favourite browser.