ritobanrc / roguelike-game

My second try at creating a rougelike. This time, I'm working with a friend! (yes, even programmers have friends.) Hopefully, this will end up better.
Apache License 2.0
0 stars 0 forks source link

Organization #7

Open ritobanrc opened 7 years ago

ritobanrc commented 7 years ago

A lot of things could be organized better throughout the project. For example, the WorldGameObjectCreator is creating Furniture (though I will likely improve this soon). Although it's not a priority if it works the other way, code should be organized so we don't have to hunt though 20,000 lines of code to find that one function that does that one thing.