Skip to content

Allows files created by Harry Mulder's Game Boy Map Builder and Game Boy Tile Designer to be converted in to different file formats for use in Game Boy game development (e.g.: with GBDK)

License

bashaus/gbtiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBTiles

Build Status Code Climate Test Coverage

Converts .GBR files created with Harry Mulder's Tile Designer (GBTD) and .GBM files created with Harry Mulder's Map Builder (GBMB) to different formats for use with the Game Boy and GBDK.

N.B.: Not all of the functionality provided by Harry Mulder's GBR and GBM file format specification have been implemented; however there is enough to generate the basics for tiles and maps.

Also converts .MOD tracker files setup for the Game Boy for use with AntonioND's GBT Player.

Installation

Install globally:

gem install gbtiles

Include in your Gemfile:

gem "gbtiles", "~> 0.2.0"

Usage

To view help information for each of the commands, simply type one of the following:

# Converts .GBM files to different formats for the Game Boy
gbm convert --help

# Converts .GBR files to different formats for the Game Boy
gbr convert --help

# Converts .MOD files to different formats for the Game Boy
gbt convert --help

About

Allows files created by Harry Mulder's Game Boy Map Builder and Game Boy Tile Designer to be converted in to different file formats for use in Game Boy game development (e.g.: with GBDK)

Resources

License

Stars

Watchers

Forks

Packages

No packages published