Skip to content

wez470/Rugby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rugby: Rust Game Boy? Yes!

Build Status

Building / Running

  1. Install SDL2 dev and SDL2 graphics dev libraries.
  2. cargo run --release run <ROM>, cargo run --release run <ROM> -s <SAVE>

Debug Mode

Rugby has an interactive CLI debugger that can be started with:

  1. cargo run --release debug <ROM>

Controls

start       = enter
select      = tab
a           = k
b           = j
up          = w
left        = a
down        = s
right       = d
pause       = p
1           = save (this is a battery save, not a snapshot. save-file needs to be provided to use.)

Rugby Gameplay

Rugby Debugger

About

Gameboy emulator written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages