Skip to content

Created color and wing snake patterns

David Ho Van Dyke requested to merge patterns_dhvd into master

Created "WingSnake" and "ColorSnake" patterns. These patterns create a snake of colors or wing movements, each with adjustable snake length and speed. The snake moves over the list of flyer to the nearest flyer, but only has a 50% chance of looking at each flyer to add randomness.

The patterns are added to TestPattern.java and added to the UI in FlightEngine.java

Merge request reports