dbeef / spelunky-psp

Spelunky remake for Sony PSP.
Other
138 stars 10 forks source link

Refactor of the (rather embarrasing) level-generator submodule #51

Closed dbeef closed 4 years ago

dbeef commented 4 years ago

I copied the level generator from my previous project - SpelunkyDS. It was a development shortcut which I don't regret as it enabled fast growth of the project (and was isolated from the new code through a separate CMake subproject), but I still consider it a major embarrassment as I wrote it at the times where I was only learning on software architecture. This is the rationale for the following refactor.

This MR introduces: