Skip to content

SNES homebrew inspired by the Bomber Amstrad CPC game.

Notifications You must be signed in to change notification settings

1r3n33/bomberworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BomberWorld

SNES homebrew inspired by the Bomber Amstrad CPC game.

Build Download

Screenshots

Titlescreen City Pyramid sea Space Shop

Installation on Linux

Wine

Most of the toolchain is Windows-based.

Install Wine to properly build the project and run the tools.

sudo apt-get install wine

PVSnesLib

  1. Install the following fork of the PVSnesLib SDK:

    git clone -b local-dev-env git@github.com:1r3n33/pvsneslib.git

    This fork contains tooling bug-fixes and Wine wrappers.

  2. Set up the DEVKITSNES and the DEVKIT65XX environment variables:

    export DEVKITSNES=<full_path_to>/pvsneslib
    export DEVKIT65XX=$DEVKITSNES/devkitsnes

GraphicsGale

Install GraphicsGale to edit .gal files in the gfx folder and export bitmaps.

Emulators

bsnes

Install bsnes to play the game. (Linux binaries are available)

no$sns

If you want to inspect the runtime, install no$sns.