/rust.wasm.snake

🐍 Just a little snake game project for the evening

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

🐍SNAKEY

written purely in Rust with 0 lines of JavaScript*

WHY?

Well, for fun ofc. This project was an introduction to the WASM target platform. However, it was written with stdweb which is at the time of the current commit seems dead. Next WASM project will be surely written in the pure WASM_BINGEN which is the official way to go.

PLAY THE GAME


*ok, an embedded call to js via macro with 1 line of code.