Spentine / Block-Stacker

1 stars 0 forks source link

Include Spins for Kicks #1

Closed Spentine closed 7 months ago

Spentine commented 7 months ago

In the Piece class, change the kicks attribute to include whether the kick will result in a spin reward. Create a new class Kick to store this data.

A Kick class will contain a Position and will have the boolean attribute spin to denote whether the kick will be a spin.

Spentine commented 7 months ago

done

spin = 0 when there's no reward spin = 1 when it's a mini spin = 2 when it's a full spin