gbdk_playground/z_gbdk_playground_original/simple_shmup
Brian Buller 333202acb1 Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
..
Makefile Initial Commit 2020-07-11 08:41:14 -05:00
README.md Initial Commit 2020-07-11 08:41:14 -05:00
background.bmp Initial Commit 2020-07-11 08:41:14 -05:00
backgrounds.gbr Initial Commit 2020-07-11 08:41:14 -05:00
bank2.c Initial Commit 2020-07-11 08:41:14 -05:00
bank3.c Initial Commit 2020-07-11 08:41:14 -05:00
bg_tile.c Initial Commit 2020-07-11 08:41:14 -05:00
bg_tile.h Initial Commit 2020-07-11 08:41:14 -05:00
bg_title.c Initial Commit 2020-07-11 08:41:14 -05:00
bg_title.map Add everything that gitignore removed 2020-07-13 07:27:03 -05:00
make.bat Initial Commit 2020-07-11 08:41:14 -05:00
screenshot.png Initial Commit 2020-07-11 08:41:14 -05:00
simple_shmup.c Initial Commit 2020-07-11 08:41:14 -05:00
spr_tiles.c Initial Commit 2020-07-11 08:41:14 -05:00
spr_tiles.h Initial Commit 2020-07-11 08:41:14 -05:00
sprites.gbr Initial Commit 2020-07-11 08:41:14 -05:00

README.md

Simple SHMUP

A simple side-scrolling shoot 'em up game. This example uses several small sprites, a scrolling background and a full-screen image.

Tutorial: How to write a simple side scrolling game in GBDK by Jason