uchicago-cs / chiventure

A text adventure game engine developed in UChicago's CMSC 22000 - Introduction to Software Development
40 stars 13 forks source link

Create a graphical/textual display of quest trees so that the player can see objectives #1161

Closed gabigarc03 closed 2 years ago

gabigarc03 commented 3 years ago

There currently exists no way to represent quests visually in the CLI or GUI. It'd be nice to have one to show our lovely trees! See the current implementation wiki for more details.

elizabethli31 commented 2 years ago

Messaged CLI and graphics team about the possibilities of adding command line option to view the tasks involved with a particular quest.

elizabethli31 commented 2 years ago

The graphics team has created a display of the task tree (see issue #1295), and we are still trying to see if anything can be done from the CLI end to trigger the actual display of the quest.

elizabethli31 commented 2 years ago

CLI design: https://github.com/uchicago-cs/chiventure/wiki/Quests-~-CLI-and-GUI-Display

philipchenaux commented 2 years ago

Issue Score: Excellent

Comments: Great job! Just make sure that you issue a proper closing statement summarizing what was done, and why the issue is being closed.