Skip to content

mrk-its/rust-robbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Robbo

Rust port of great 8-bit Atari game. It compiles to Web Assembly and is playable in web browser

It uses graphics / level data from GNU Robbo

Robbo Screenshot

Build instructions

Prerequisites

$ wasm-pack build --target web -d www/pkg
$ basic-http-server ./www/

Run

open http://localhost:4000/ in your browser

How to play

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

Enyoy!