gbdk_playground/z_gbdk_playground_original
Brian Buller 333202acb1 Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
..
background Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
beep Initial Commit 2020-07-11 08:41:14 -05:00
big_sprite Initial Commit 2020-07-11 08:41:14 -05:00
big_sprite_animation Initial Commit 2020-07-11 08:41:14 -05:00
blank Initial Commit 2020-07-11 08:41:14 -05:00
color Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
detect_gb Initial Commit 2020-07-11 08:41:14 -05:00
docs/res Initial Commit 2020-07-11 08:41:14 -05:00
drawing Initial Commit 2020-07-11 08:41:14 -05:00
font Initial Commit 2020-07-11 08:41:14 -05:00
hello_world Initial Commit 2020-07-11 08:41:14 -05:00
huge_sprite Initial Commit 2020-07-11 08:41:14 -05:00
input_state Initial Commit 2020-07-11 08:41:14 -05:00
input_wait Initial Commit 2020-07-11 08:41:14 -05:00
link Initial Commit 2020-07-11 08:41:14 -05:00
move_sprite Initial Commit 2020-07-11 08:41:14 -05:00
save_ram Initial Commit 2020-07-11 08:41:14 -05:00
simple_shmup Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
small_sprite Initial Commit 2020-07-11 08:41:14 -05:00
window Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
README.md Initial Commit 2020-07-11 08:41:14 -05:00

README.md

GBDK Playground

It has 16 kB of RAM, man.

Samples

Blank Hello World Small Sprite
Minimum required code Print Hello World! Render small 8x8 sprite
Big Sprite Big Sprite Animation Input State
Render big 16x16 sprite Animate big 16x16 sprite Read joypad state
Input Wait Move Sprite Background
Wait for button input Move a sprite using joypad Render a full-screen background
Window Beep Simple SHMUP
Renders a window Make a sound Very simple SHMUP
Huge Sprite Drawing Detect GB Type
Renders a huge 40x64 sprite Built-in drawing functions Detect which GB is being used
Save RAM Font Link
Save/load variables Load a new font Send/Receive data using link cable
Color More coming soon...
Use palettes for Game Boy Color Contributions are welcome!