courselab / sucury

Sucury game
GNU General Public License v3.0
8 stars 7 forks source link

Separate code into multiple files #66

Open MurilloMMartins opened 11 months ago

MurilloMMartins commented 11 months ago

Refactor the existing code in a way to allow multiple source files, for example, creating a source file for the Snake class and Apple class, this will help with the readability of the code as well as the future maintainability of the repository.

angelobguido commented 11 months ago

I would like to help with this issue!