ajon542 / GDK

Game Development Kit is a framework for developing slot machine style games.
3 stars 6 forks source link

Scatter combo only takes one type of symbol #4

Open ajon542 opened 7 years ago

ajon542 commented 7 years ago

See ScatterEvaluator.cs for info. It should take any number of different symbols and check if they are in the reel window. If so, the scatter symbols should match.

ajon542 commented 7 years ago

This should probably be marked as a different evaluator. It complicates the implementation and is an unlikely math model so it should not be part of the implementation unless needed by that particular math model.