KylerStr / PowershellTRPGEngine

A PowerShell based Text RPG game engine.
0 stars 0 forks source link

View Creation #6

Open KylerStr opened 3 weeks ago

KylerStr commented 3 weeks ago

Allow creation of 'Views' within a scene.

Views are used to define a specific viewpoint of the character (Ex: examining a desk) Views should include items (relies on #3 ) which the player can interact with (Pick up, use, etc.)