
About
Breakout Rust is a Breakout clone with its core game logic written in Rust and compiled to WebAssembly, paired with a thin JavaScript/HTML layer for rendering and input; it supports both mouse and touch control of the paddle and is released under the MIT License.
Getting started
After building the WebAssembly module from the Rust source, the game can be played by serving the project folder with a local web server and opening it in a browser; the paddle is controlled with either the mouse or touch input.
Additional notes
- External link
- A live build is hosted at https://lostsidedead.biz/breakout