Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
gif
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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):

OctoBoy preview

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.

About

VR on GameBoy

Resources

License

Releases

No releases published
You can’t perform that action at this time.