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

Added jump/warp movement #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Jaggernaut555
Copy link
Contributor

@Jaggernaut555 Jaggernaut555 commented Jan 1, 2018

Addressing issue #45

  • Allows attempts to jump 0/1/2/3 spaces, using distance * 300 energy.
  • Distance in B register.
  • Animation currently just walks real fast and through objects.
  • Can't land on a blocked square.
  • Can travel over blocked squares.
  • If landing square is blocked, attempts to jump distance-1 instead (energy cost is determined at initial jump attempt)

@Jaggernaut555 Jaggernaut555 changed the title Added jump/warp movement, animation needs changing Added jump/warp movement Jan 1, 2018
@simon987
Copy link
Owner

simon987 commented Jan 1, 2018

I'm working to implement an animation to make this work client-side.

@simon987 simon987 force-pushed the master branch 3 times, most recently from 76edb73 to e378016 Compare April 3, 2019 22:19
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

Successfully merging this pull request may close these issues.

2 participants