Controls: Move- Arrow Keys Toggle list display- Space
This is a test of whether I could make an ASCII game, and I am happy to report that so far I can. The game is actually made of text- if you press Space you can see the game in list view. If you happen to spawn in a wall, reset (for now). There is a town, though it is unused. ____________________________________________ Initial Test: Created the program with randomly generated dungeons, added a pen renderer because I understand lists aren't very appealing. Test Build 1: Fixed the wall code to remove lines, renamed player_ location to player_level, and added a staircase to set the player spawn. ____________________________________________ Known Bugs: Player can spawn inside wall Buildings can overlap Some areas are inaccessible.