Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.29 KB

Frapball

GB homebrew revisiting Pong.

Build Download

Titlescreen Level1 Level2

Installation on Linux

Wine

Most of the toolchain is Windows-based.

Install Wine to properly run the tools:

$ sudo apt-get install wine

sdcc

  1. Install the sdcc compiler.

  2. Add the sdcc executable to the PATH environment variable:

    $ export PATH=$PATH:<full_path_to>/sdcc/bin

gbdk-n

  1. Install the gbdk-n SDK:

    $ git clone https://github.com/andreasjhkarlsson/gbdk-n.git
  2. Build the SDK:

    $ cd gbdk-n
    $ make
  3. Set up the GBDKDIR environment variable:

    $ export GBDKDIR=<full_path_to>/gbdk-n

gbtd22

Install gbtd22 image editor to edit .gbr files in the gfx folder and export bitmaps.

bgb

Install bgb emulator to play and debug the game.