AI Driven Storytelling Game Script Added #2794
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The Interactive Storytelling Game script is a Python-based application that offers players an immersive narrative-driven experience. Through a series of text-based choices, players actively shape the storyline and influence their character's journey within a mysterious and dynamic world. One of the distinctive features of this game is the ability for players to choose their character's name and traits at the outset, providing a personalized touch to the adventure.
Features:
Dynamic Storytelling: The game will present players with a series of story nodes, each containing text and options. Players' choices will lead them to different nodes, altering the narrative and shaping the course of their journey.
Character Customization: Players will have the opportunity to name their character and select character traits at the beginning of the game. These traits will influence the story and potentially affect the choices available to them.
Random Events: The game will introduce random events during the player's adventure. These events will have effects that modify the story, character traits, or inventory items, adding an element of unpredictability and replayability.
Inventory System: As players progress through the game, they can collect items that will be stored in their character's inventory. These items might be used to influence decisions or unlock specific story paths.
Multiple Endings: The choices players make throughout the game will lead to different possible endings. This feature aims to provide players with a sense of agency, allowing them to experience the consequences of their decisions.
Fixes #2793
Type of change
Checklist:
README.md
Template for README.md
requirements.txt
file if needed.Project Metadata
Category:
Title: AI Driven Storytelling Game
Folder: AI Driven Storytelling Game
Script: ai-storytelling-game.py
Contributor: andoriyaprashant
Description: AI Driven Storytelling Game Script Added