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

Improved player and collision physics #7

Open
lschmid83 opened this issue May 28, 2024 · 0 comments
Open

Improved player and collision physics #7

lschmid83 opened this issue May 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lschmid83
Copy link
Owner

lschmid83 commented May 28, 2024

I have already implemented a physic based system for gravity and the movement of the characters. I have received feedback from many users that jumping is too fast or not high enough that could be improved. It would be great to add new features such as climbing, wall jumps, swimming and flying, friction on surfaces for the main character and enemies. Another interesting idea would be to improve the interaction with objects in the game environment with pulleys or gears or joint types and destructing world objects. These features could be implemented using a 2D Physics engine such as Box2D. One of the biggest improvements I have been suggested is to rewrite the collision detection algorithm using bounding spheres instead of boxes.

@lschmid83 lschmid83 added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant