Effece / Smiletris-4

Recreation of Smiletris, a variation of the iconic Tetris game. Mainly new events. Made in Java, executable in console or in a window using javax.swing and java.awt.
1 stars 0 forks source link

Unadapted code for the detection of lines #8

Closed Effece closed 1 year ago

Effece commented 1 year ago

The game object has a variable that says how many smileys need to be aligned to destroy a row, but I forgot to take in account this variable when applying the code to destroy lines.

Effece commented 1 year ago

It is done and used for the "three", "five" and "locker" events.