Closed JohnathonNow closed 5 years ago
I'm thinking
main
and args
can be in a core
directory,
map
and floor
can be in a world
directory,
flavortext
, gui
, key
, and colors
can be under ui
,
list
can be under util
then maybe player
, enemy
, items
, enemy_rulebook
can all be under game_logic
I agree with this, we should organize these files better and this makes sense
Solved by #115.
We are getting to the point that there are many source files all in the same directory. This looks daunting and a bit cluttered. Is there any sensible way to organize the source files into folders?