Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briancain/gameboy-go

:video_game: A work-in-progress Game Boy emulator written in Golang
https://github.com/briancain/gameboy-go

emulation emulator gameboy golang hack nintendo workinprogress

Last synced: 13 days ago
JSON representation

:video_game: A work-in-progress Game Boy emulator written in Golang

Awesome Lists containing this project

README

        

# GameBoy Go

A Work-In-Progress GameBoy emulator written in Golang.

This project has been recently restarted in 2022 as an educational adventure
to learn how the Game Boy works. It's not functional yet, but I'm trying to
make its development completely out in the open for others to learn from.

## How to build

```
make build
```

## How to run

```
./bin/gameboy-go -help
```