Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briancain/gameboy-go
- Owner: briancain
- Created: 2018-06-23T03:54:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T22:00:51.000Z (over 2 years ago)
- Last Synced: 2024-10-04T19:42:18.885Z (about 1 month ago)
- Topics: emulation, emulator, gameboy, golang, hack, nintendo, workinprogress
- Language: Go
- Homepage:
- Size: 732 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```