pigdevstudio / moon-cheeser

Moon Cheeser is an infinite runner where the player plays as a mouse gathering cheese pieces and avoiding craters and other astronomical objects, such as comets and planets, on a moon made of cheese.
https://pigdev.itch.io/moon-cheeser
The Unlicense
38 stars 4 forks source link

Make FlyingBodySpawner's direction points to the Moon #21

Closed henriiquecampos closed 5 years ago

henriiquecampos commented 5 years ago

In the previous iteration, the flying bodies just flight in a straight horizontal line, perpendicular to the FlyingBodySpawner's current vertical position, unless the player changed their route. I friend suggested that it could be a good thing to create a feeling of urgency by making the Comets and ShootingStars always aim the Moon by default.

So instead of this: current-mechanic

Have this: proposal-mehcanic

This creates some interesting emerging gameplays:

Cons:

henriiquecampos commented 5 years ago

Closing this for now until I get some player's feedback