A Pico-8 shmup except it's a deckbuilder that is also Mega Man Battle Network.
Go to file
Kistaro Windrider a359bc5031
duplicating the file -- preparing for major changes.
Vacuum Gambit is about to stop being a Tyrian clone. The hybrid of
Mega Man Battle Network and Slay the Spire mechanics lends itself better
to Galaga than Tyrian. updatedshmup.p8 remains an excellent basis for a
Tyrian-like shmup, especially since it has a (demo of a) level loading
engine that reads strings, and maybe I'll even implement something along
those lines someday -- but I'm about to tear it all down to build it up
again, starting with the entire model for levels and progress, followed
shortly by the "energy" system and its interaction with shields.

(long-term plan: shields will auto-recover after every "flotilla", but
health will be more difficult to recover. Player shots will be limited
entirely by ammo and cooldown, replacing the "burst throughput" vs.
"sustain throughput" system created by the generator, although some
enemy firing patterns may recreate that behavior.)

(plan for the "level" system: create Galaga-style flotillas. I think
ship behaviors can reasonably be declared in the 8 bits available in
sprite flags, meaning I can program simple enemies entirely from the
sprite sheet and draw flotillas on the map.)
2023-12-21 13:09:33 -08:00
.gitignore clean up macOS garbage 2023-12-19 16:26:11 -08:00
genericshmup-basic-collision..p8.png Starting state: my generic shmup engine from a while back 2023-09-12 22:40:48 -07:00
genericshmup.p8 Starting state: my generic shmup engine from a while back 2023-09-12 22:40:48 -07:00
genericshmup.p8.png Starting state: my generic shmup engine from a while back 2023-09-12 22:40:48 -07:00
LICENSE Initial commit 2023-09-13 05:37:53 +00:00
README.md Initial commit 2023-09-13 05:37:53 +00:00
the_parser.p8 Squash level_parser into main: parse levels in CSV 2023-12-20 14:09:07 -08:00
todo.md update todo list 2023-10-01 14:39:34 -07:00
updatedshmup.p8 fix missing self plumbing 2023-12-20 18:16:55 -08:00
vacuum_gambit.p8 duplicating the file -- preparing for major changes. 2023-12-21 13:09:33 -08:00

mmbshmup

A Pico-8 shmup except it's a deckbuilder that is also Mega Man Battle Network.