A Pico-8 shmup except it's a deckbuilder that is also Mega Man Battle Network.
Go to file
Kistaro Windrider 60b685d94b
save a copy of vacuum_gambit.p8 as last_tyrianlike
next step is to pick a real direction -- MMBN-like (+STS-like) or
Survivors-like -- and adapt to match. I am likely to completely remove
the energy system and use permanent autofire, freeing both fire buttons
for more interesting tasks. It loses the opportunity to create a dynamic
around baiting an enemy to keep shooting so its shields don't recover,
but I don't think it loses a lot else.

Either energy management needs to become really important and the game
becomes strategic and tactical, or it needs to be a non-issue and it is
an arcade game. Tyrian itself did not make the energy system interesting
and it was just a tax, so making it interesting would be doing something
new. But I think it's a kind of "interesting" that almost nobody would
adopt unless I go _very hard_ into creating a tactical/strategic shmup.
A shmup that is actually a strange kind of RTS sounds... really cool,
actually, but I'm not at all confident I could design it.

Removing energy entirely gives us a button _and_ a meter back, which
can be used for XP (Survivors-like) or rearm time (MMBN-like).
2024-08-18 15:04:17 -07:00
.gitignore ignore vscode config 2023-12-21 23:30:17 -08:00
autobrake_test.p8 port improvements to autobrake_test too, excluding the weird calc_targets thing 2024-08-16 19:37:43 -07:00
code-of-conduct.md Add code-of-conduct 2023-12-30 12:50:18 -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 I am baffled I never noticed this before 2024-01-27 13:25:47 -08:00
genericshmup.p8.png Starting state: my generic shmup engine from a while back 2023-09-12 22:40:48 -07:00
last_tyrianlike.p8 save a copy of vacuum_gambit.p8 as last_tyrianlike 2024-08-18 15:04:17 -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 search-and-replace damage from a while back 2023-12-24 21:39:52 -08:00
vacuum_gambit.p8 surive at 0hp and adjust hp values to match 2024-08-18 14:57:29 -07:00

mmbshmup

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