albodin / SpacePirates-CS300-Fall2019

MIT License
0 stars 1 forks source link

Spacecraft Movement #5

Open knzgage opened 4 years ago

knzgage commented 4 years ago

Story: As a player, I want to be able to move my spacecraft 0, 90, 180 or 270 degrees, and a specific distance from my current position so I can visit celestial points in the game space.

albodin commented 4 years ago

Saw that the initial code for this has been published, but noticed a few issues:

If anything is unclear I can elaborate further.

albodin commented 4 years ago

Bound handling still isn't working properly, moving back to review.

nelhwong commented 4 years ago

sorry forgot to push

Tattomoosa commented 4 years ago

Added arrow key support! And s for sensors. Mostly just because I was tired of clicking when testing the map :) Runs the same code as the buttons do so hopefully doesn't cause any problems.