/wasm-arkanoid

First experience with Rust and Web Assembly

Primary LanguageJavaScriptApache License 2.0Apache-2.0

About

Built an Arkanoid type game based of the rust and web assembly book.

There is a version of the game logic written in Rust and another in JavaScript so I can compare the both of them.