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
Simple adventure game. Playable both from the command line and from the graphical interface. OOP principles have been respected (strong encapsulation, abstraction, polymorphism, inheritance). Several design patterns have been used (Singleton, Factory, Builder). Check README for more details.