Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 935 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 935 Bytes

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