Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story module #5

Open
KyleFrisbie opened this issue Aug 19, 2022 · 0 comments
Open

Story module #5

KyleFrisbie opened this issue Aug 19, 2022 · 0 comments

Comments

@KyleFrisbie
Copy link
Owner

This is the story telling component to the game.

Start by introducing the player to the basic set of commands and lead them through a small tutorial to move/interact with the environment.

Player module might query the story module for a given state/decision to make (the story module would determine what the player sees, can interact with).

Ex. the player might be at coordinates [1, 1] and it would be up to the story module to tell the player about the state at those coordinates. Perhaps the map module determines what is at a given set of coordinates, and it is up to the story module to determine the features/interaction with that state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant