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

Documenting, explaining and organising #6

Closed Effece closed 1 year ago

Effece commented 1 year ago

Overall I need to add comments all over my program. Whether it is to explain certain lines, certain bits of code, explain some algorithms or some entire files. I also need to verify that I've used the same organisation throughout the entire project.

Effece commented 1 year ago

Done.