[Media] Additional media
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 25 KiB |
|
@ -0,0 +1,13 @@
|
||||||
|
mv fgb03_starfield.png FGB-01-Starfield.png
|
||||||
|
mv fgb04_appomattox.png FGB-02-Appomattox.png
|
||||||
|
mv fgb05_pansies.png FGB-03-Pansies.png
|
||||||
|
mv fgb06_hive.png FGB-04-Hive.png
|
||||||
|
mv fgb07_river.png FGB-05-River.png
|
||||||
|
mv fgb08_ba.png FGB-06-BA.png
|
||||||
|
mv fgb09_bs.png FGB-07-BS.png
|
||||||
|
mv fgb10_haiku.png FGB-08-Haiku.png
|
||||||
|
mv fgb11_war.png FGB-09-War.png
|
||||||
|
mv fgb12_crouton.png FGB-10-Crouton.png
|
||||||
|
mv fgb13_mapeditor1.png FGB-11-MapEditor1.png
|
||||||
|
mv fgb14_mapeditor2.png FGB-12-MapEditor2.png
|
||||||
|
mv fgb15_tileconverter.png FGB-13-TileConverter.png
|
33
README.md
|
@ -1,2 +1,33 @@
|
||||||
# FGB
|
# FGB
|
||||||
The full project source for FGB, a Game Boy Color game developed in 2000
|
|
||||||
|
A weird and wonderful action adventure for Game Boy Color. Developed in 2000 by Abe Pralle and Jacob Stevens. Playable but never completed.
|
||||||
|
|
||||||
|
![Preview Video](Media/FGBPreview.mp4)
|
||||||
|
|
||||||
|
About | Current Release
|
||||||
|
----------|-----------------------
|
||||||
|
Version | 1.1
|
||||||
|
Date | 2020.07.05
|
||||||
|
Target | Game Boy Color
|
||||||
|
Build | macOS, Windows, Linux
|
||||||
|
Editors | Windows
|
||||||
|
Licenses | MIT (source code) and Creative Commons (IP) - see the [LICENSE](LICENSE).
|
||||||
|
|
||||||
|
## ROM
|
||||||
|
The pre-compiled FGB ROM for Game Boy Color is [here](ROMS/fgb.gb).
|
||||||
|
|
||||||
|
## Building from Source
|
||||||
|
1. Install the Rogue language from here to take advantage of the Rogo build system:
|
||||||
|
- [https://github.com/AbePralle/Rogue](https://github.com/AbePralle/Rogue)
|
||||||
|
2. Install the RGBDS assembler:
|
||||||
|
- [https://github.com/rednex/rgbds](https://github.com/rednex/rgbds)
|
||||||
|
3. Run `rogo` in this project's base folder.
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
- Each of the following tools is provided as a precompiled Windows `exe` along with their original source code.
|
||||||
|
- These `exe` files were last compiled circa 2000. No attempt has been made to update their project source. The Level Editor and Image Converter `exe`'s are both confirmed to work on Windows 10.
|
||||||
|
- During its original development, FGB was essentially a single folder containing hundreds of files. Because of this, each tool typically expects its data files to be in the same folder as the tool itself. Data files will need to be moved into each tool folder as inputs and the result moved back to the appropriate location.
|
||||||
|
each of the following tools was designed to
|
||||||
|
All of the editors and conversion tools
|
||||||
|
|
||||||
|
## About
|
||||||
|
|