Skip to content

Ohmnivore/battle

Repository files navigation

About

This is a reverse-engineered re-creation of the Sonic Battle 3D Game Boy Advance renderer.

Links:

Libraries

  • Built with the oryol framework
  • stb_image library for loading .png files
  • pystring for parsing the level data files

Building

  • stb_image and pystring are header-only libraries and are already included in this repository. The only dependency you will need to set up is the oryol/fips ecosystem.
  • The project was tested for fips' win64-vstudio-debug (Visual Studio 2017) and webgl2-wasm-ninja-release configurations.