DIT112-V20 / group-06

MIT License
1 stars 6 forks source link

Obstacle avoidance #76

Closed JenniNord closed 4 years ago

JenniNord commented 4 years ago

Added a method for obstacle avoidance, refactored some variables and removed startingPoint from the dance moves. Macarena and shake seem to be working, both when executed alone as well as in a random sequence.

shuffle() was renamed to twoStep(). Two-step has some problems once it has been "obstacle avoiding" once and you attempt to create an obstacle the second time.

Also changed the Android CI to only run on push instead of both push and pull requests.

Resolves #16