letsgamedev / Suffragium

A game developed in a democratic cycle.
GNU Affero General Public License v3.0
51 stars 21 forks source link

Updated Snake's movement handling #70

Closed MarioLiebisch closed 2 years ago

MarioLiebisch commented 2 years ago

Added a short input buffer to make tight turns more flexible, also fixing issue #66.

Related to #66

Type of change

Testing

Please describe the testing you performed on the codebase/project files here and how other users can reproduce your results.

Checklist

Numenter commented 2 years ago

Not a fan of the scaling, it's too slow at the start and to fast when the precision matters.

The input changes looking good.

MarioLiebisch commented 2 years ago

Feel free to suggest a different approach/formula, maybe something more towards quadratic?

Numenter commented 2 years ago

Don't like the speed scaling in general, personal preference I guess. I would rather see more apples (like 3 at the same time) and powerups (positive and negative).

Numenter commented 2 years ago

I change my vote, because this an improvement. Don't like the scaling but its better than the current speed.

MarioLiebisch commented 2 years ago

@Joshix-1 Removed the changed difficulty scaling. Does that look better to you?😉