bevy-robbo icon indicating copy to clipboard operation
bevy-robbo copied to clipboard

Port of mrk-its/rust-robbo to bevy

Bevy Robbo

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

Robbo Screenshot

Build instructions

Prerequisites

Building and running native version

$ cargo make run

Building and running web version

$ cargo make serve

and point your web browser to http://localhost:4000/

How to play

Move with arrows, shot with shift + arrow, reset level with Esc

Enyoy!