NEW-CYLANDIA / little-warioware

A collectively developed take on Nintendo's WarioWare series, made in Godot Engine
https://new-cylandia.itch.io/little-warioware
MIT License
44 stars 12 forks source link

PR builds should only preview relevant microgame #56

Open iznaut opened 11 months ago

iznaut commented 11 months ago

here's a fun one...

it's super exciting that we have PR preview builds again, but they're not great for single microgame contributions since you still get a "normal" build with all microgames included.

it would be great if we could detect/flag PRs that are microgame-specific and return a build that just loops that single microgame. or even go to a custom menu that allows you to pick the endless loop OR play a shuffled playlist, but one that increases the chance of getting the new microgame (since it may be helpful to see how it feels in context of a "normal" play session too)

we already have logic that allows microgames to be looped locally on preview (it looks like it's doing some cmd arg parsing to accomplish that) so it's possible in game - just need to figure out a clever way of doing that in a Github Actions workflow