Now you can actually play with the NPCs.
Until this update, the NPC would just say 1 of 4 random phrases, but now they can have item quests, and can give the player an item for completing a quest.
This adds depth to the engine, as now you do not need to only find items on the floor, but can get needed items from NPCs. After this, my main focus will be combat,
which will be stored in the same Python module, and use similar, though not identical, code.
Compilation:
Prerequisites - Python3 or later.
Linux/Mac - put SageDM folder in directory of your choice, eg. Desktop. In terminal, type "cd ~/Desktop/SageDM". Then, "python3 main.py".
Windows - put SageDM folder on desktop. Open folder, and click the folder icon next to the up arrow. Press Ctrl-C to copy path. In Windows Start menu, type cmd to open command line. In command line, type "cd" and then paste path using Ctrl-V. Then, type py main.py