the code is pretty much a mess. the game.lua
file alone has like 1500 lines. it's very unoptimized and pain to add something new.
so the plan is to repeat what i did often - iterate; ill just start over again! while it takes looong to get to the last point, with each "iteration" i know exactly what and how to implement, and i can be more mindful of other features that i spaghetti coded previously. plus it was only recently i found out what oop is and how to implement it in lua via metatables.
the game is already.. probably on it's 4th iteration, currently entering 5th. but it doesn't seem to take me so long to get to where i left of either, considering the game is just a little less than a year old.
0 comments