You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point here i'm going to want to make a much bigger dungeon than that in the current proof-of-concept. right now i'm imagining a simple program that will generate a dungeon of any X*Y size with an interface that lets me move from room to room setting the room description, room type, enemies, and exits and saves it in a file of some sort, xml seems reasonable enough for that right now.
Additionally i'll need to support a way to load that file to instantiate the dungeon
The text was updated successfully, but these errors were encountered:
At some point here i'm going to want to make a much bigger dungeon than that in the current proof-of-concept. right now i'm imagining a simple program that will generate a dungeon of any X*Y size with an interface that lets me move from room to room setting the room description, room type, enemies, and exits and saves it in a file of some sort, xml seems reasonable enough for that right now.
Additionally i'll need to support a way to load that file to instantiate the dungeon
The text was updated successfully, but these errors were encountered: