hineios / FlyBoy

A boy dreams of being a superhero. One day, when he gets bitten by a fly, his dream comes true. However, nothing turned out the way he imagined!
0 stars 0 forks source link

Character Loadout #18

Closed captainvera closed 6 years ago

captainvera commented 6 years ago

Character Loadout

Implement a character loadout for Flyboy. The loadout is completely customizable by the player before any encounter with a Boss but not during fights.

Proposal

The loadout options include two weapons and two (? number to be determined) gameplay modifiers.

The two weapons can be any weapons from the already implemented arsenal. This part should be very easy to implement. Flyboy only needs to have 2 weapon variables, when choosing the weapon loadout assign the chosen weapons to these variables and it's done.

On Gameplay modifications it is a bit harder to do it in a standardized way as these modifiers can influence very different parts of gameplay from jump to dash to S.U.P.E.R. I think that for now a bunch of booleans around these features is probably a bit ghetto but good enough.

captainvera commented 6 years ago

closed with 371342b1cdc73ec95a022f7afa59c6e6b05856cf