Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

66 lines (39 loc) · 1.13 KB

Game Boy Emulator in Rust

ci

This project is a classic GameBoy emulator, developed for educational and fun purposes.

The goal was to emulate both the Game Boy (DMG) and Game Boy Color (CGB) as well as to write a debugger.

Table of Content

Features

//TODO

  • Speed
  • Live previews
  • Fullscreen mode
  • Cross platform

Demo

Insert gif or link to demo

Installation

Clone the project

git clone <https://github.com/louisabricot/gbmu.git>

Do some more stuff

//TODO: more stuff

Documentation

Here you can find the project's documentation.

Running Tests

To run tests, run the following command

  cargo test

Authors