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 Game mechanics #107

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Improved Game mechanics #107

wants to merge 5 commits into from

Conversation

wyatt-herkamp
Copy link
Member

@wyatt-herkamp wyatt-herkamp commented Feb 21, 2021

What this will fix?

  • Being able to fly by holding or re pressing the space bar
  • Add an actual crouch. Instead of the graphical glitch
  • Add running
  • Add a health bar Relies on Meter API core#53 (Core Updated)
  • Add fall damage Relies on Calculator API. core#52 (Core Updated)

What this will not fix?

  1. Weird glitches due to the Engine's Physics Engine. That will need to be fixed as the engine matures.

Depends

  1. This PR might depend on the release of engine Pre5. (Engine Merged)

closes #79

@wyatt-herkamp wyatt-herkamp added bug Something isn't working enhancement New feature or request client labels Feb 21, 2021
@wyatt-herkamp wyatt-herkamp added this to the 1.0-PreBeta milestone Feb 21, 2021
@wyatt-herkamp wyatt-herkamp self-assigned this Feb 21, 2021
@wyatt-herkamp wyatt-herkamp marked this pull request as draft February 21, 2021 13:12
@wyatt-herkamp wyatt-herkamp added this to In progress in Client Development Feb 21, 2021
Wyatt Jacob Herkamp added 4 commits February 28, 2021 16:50
# Conflicts:
#	client/src/main/java/org/kakara/client/scenes/maingamescene/PlayerMovement.java
#	client/src/main/java/org/kakara/client/scenes/maingamescene/SceneUtils.java
# Conflicts:
#	client/src/main/java/org/kakara/client/scenes/maingamescene/PlayerMovement.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client enhancement New feature or request
Projects
Client Development
  
In progress
Development

Successfully merging this pull request may close these issues.

Clean and Logical Player Movement
1 participant