Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubvulture/gbdev
https://github.com/dubvulture/gbdev
assembly game-boy gameboy gbdev rgbds
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dubvulture/gbdev
- Owner: dubvulture
- Created: 2017-10-25T12:50:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T00:31:42.000Z (about 7 years ago)
- Last Synced: 2024-04-13T05:06:54.057Z (7 months ago)
- Topics: assembly, game-boy, gameboy, gbdev, rgbds
- Language: Assembly
- Size: 72.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gbdev
Some Game Boy software developed in Assembly.
Compile with [rgbds](https://github.com/rednex/rgbds)
```sh
rgbasm -o main.o main.asm
rgblink -o main.gb main.o
rgbfix -v -p 0 main.gb
```Run the produced ROM with an emulator like BGB or Gambatte.
### fizzbuzz
![](scrnshot/1.png)
### kupman
![](scrnshot/2.png)
### moving
![](scrnshot/3.png)
### pokemon go
![](scrnshot/5.png)
![](scrnshot/6.png)