Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep the plane moving #35

Open
fdciabdul opened this issue Oct 6, 2023 · 2 comments
Open

Keep the plane moving #35

fdciabdul opened this issue Oct 6, 2023 · 2 comments

Comments

@fdciabdul
Copy link

Is your feature request related to a problem? Please describe.
There seems to be a problem where the plane doesn't continue moving when controls are clicked, or possibly waits for another control input before proceeding.

Describe the solution you'd like
To improve the user experience, the plane should behave similar to the mechanics observed in IO games. Specifically, after an initial control is clicked or given, the plane should keep moving forward, regardless of whether any additional controls are provided. It should not freeze or wait for another control to be clicked.

Describe alternatives you've considered

Additional context
By implementing this feature, we can enhance the game flow and user experience. Continuous movement, similar to the mechanics in IO games, is essential for making the gameplay feel more fluid and intuitive.

@Glowstick0017
Copy link
Owner

I like the idea, right now the plane only moves as the user inputs because originally the plane didn’t exist and it was just moving the screen to see the map of generation. I thought about adding a key that when pressed will keep the plane moving, but maybe it would be better the other way around, the plane would be constantly moving and a user can stop the planes movement to move more precisely kind of like a creative mode.

@Glowstick0017
Copy link
Owner

added 'e' key as toggle for constant flight in 3acc86f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants