Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gb2web

A simple tool to bundle GameBoy games for the web.

Installation and Usage

Install the CLI globally using NPM:

npm install -g gb2web

Bundle your .gb or .gbc file:

gb2web bundle <file>

You will find your web bundle in the "bundle" directory.

You can open it with a simple web server, for example:

cd bundle && python -m http.server

Publish on Itch.io

If you are a GameBoy developer and want to publish your own ROM to Itch.io you can follow these steps:

  1. Bundle the file with gb2web
  2. Zip the contents of "bundle" in a "web.zip" file
  3. Upload the zip file to Itch.io and click "This file will be played in the browser"
  4. Set viewport dimensions to 640x576

When you save and view your page the game should be playable in the browser!

About

A simple tool to bundle GameBoy games for the web

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages