a3qz / hag

An ncurses procedurally generated roguelike dungeon crawler
Other
20 stars 18 forks source link

Improve organization #98

Closed JohnathonNow closed 5 years ago

JohnathonNow commented 5 years ago

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?

JohnathonNow commented 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

a3qz commented 5 years ago

I agree with this, we should organize these files better and this makes sense

JohnathonNow commented 5 years ago

Solved by #115.