Skip to content

Fishrock123/bevy-robbo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 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!

About

Port of mrk-its/rust-robbo to bevy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 71.4%
  • JavaScript 25.7%
  • HTML 2.7%
  • Shell 0.2%