Rust port of great 8-bit Atari game. It is created with great Bevy game engine and may be built as native (for Linux, Windows, Mac) or web application. Web version uses WebGL2 rendering thanks to bevy_webgl2 rendering plugin.
Game uses graphics / level data from GNU Robbo
$ cargo make run
$ cargo make serve
and point your web browser to http://localhost:4000/
Move with arrows, shot with shift + arrow, reset level with Esc