Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 436 Bytes

readme.md

File metadata and controls

34 lines (19 loc) · 436 Bytes

Gameboy emulator in rust

Description

This gameboy emulator is a practice project to learn rust and how the hardware works.

Getting Started

Dependencies

  • Rust

Installing

  • git clone the repo

Executing program

cargo run -- YOUR ROM

Authors

Emmanuel Guefif

Version History

  • 0.1
    • CPU

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details