Skip to content

karaoke-dev/osu-GameBoy

Repository files navigation

osu-Gameboy

CodeFactor Build status NuGet NuGet NuGet NuGet

alt text

This is an unofficial Egg for osu!lazer

How to work :

//Create gameboy
var gameboy = new GameBoyContainer();

//Load rom
string romPath = "Resources/ROM/Tetris.gb";
gameBoyContainer.LoadDevice(romPath, Path.ChangeExtension(romPath, ".sav"));

//Add to parent container
Add(gameBoyContainer);

//Run Gameboy device
gameBoyContainer.RunDevice();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages