https://github.com/wanadev/octoboy
VR on GameBoy
https://github.com/wanadev/octoboy
Last synced: about 2 months ago
JSON representation
VR on GameBoy
- Host: GitHub
- URL: https://github.com/wanadev/octoboy
- Owner: wanadev
- License: other
- Created: 2019-04-02T07:45:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T07:46:03.000Z (about 6 years ago)
- Last Synced: 2025-01-22T12:45:43.727Z (3 months ago)
- Language: C
- Size: 1.81 MB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OctoBoy - VR on GameBoy
This repository contains the source code of the GameBoy demo ROMs for OctoBoy, our 2019 April fool. For more informations, you can read our article (in French):
* https://www.wanadev.fr/170-la-realite-virtuelle-sur-gameboy-cest-desormais-possible-avec-le-casque-octoboy/

## Build Dependencies
* SDCC
* Python
* img2gb (only to run the `make assets` command to rebuild the assets)## Compiling the ROMs
First, clone this repository and get submodules:
```
git submodule init
git submodule update
```Then build the GBDK library (this is only required once):
```
cd gbdk-n
make
cd ..
```Finaly, you can build the ROMs:
```
make
```This command will generate two ROMs:
* `GBVR_L.gb`: the ROM for the left eye,
* `GBVR_R.gb`: the ROM for the right eye.