Files
wa/waroot/examples/snake/README-en.md
2023-06-18 17:03:41 +08:00

13 lines
264 B
Markdown

# Build Snake Game with WebAssembly language
Play snake game in browser: https://wa-lang.org/wa/snake/
![](./web/snake.jpg)
Or build the game at local:
1. Clone Wa git repo
2. Install Ensure that Go1.17 and Python3
3. cd to the current dir and run `make run`