SNES homebrew inspired by the Bomber Amstrad CPC game.
Most of the toolchain is Windows-based.
Install Wine to properly build the project and run the tools.
sudo apt-get install wine
-
Install the following fork of the PVSnesLib SDK:
git clone -b local-dev-env [email protected]:1r3n33/pvsneslib.git
This fork contains tooling bug-fixes and Wine wrappers.
-
Set up the
DEVKITSNES
and theDEVKIT65XX
environment variables:export DEVKITSNES=<full_path_to>/pvsneslib export DEVKIT65XX=$DEVKITSNES/devkitsnes
Install GraphicsGale to edit .gal
files in the gfx
folder and export bitmaps.
Install bsnes to play the game. (Linux binaries are available)
If you want to inspect the runtime, install no$sns.