Skip to content

mrk-its/bevy-robbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!