Skip to content

1r3n33/frapball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.