Skip to content

louisabricot/gbmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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