Skip to content

Latest commit

 

History

History

AI Driven Storytelling Game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Interactive Storytelling Game

This is an interactive storytelling game written in Python. In this game, players make choices that influence the storyline and outcome of their adventure.

Features

  • Dynamic storytelling based on player choices.
  • Player can choose character name and traits at the beginning.
  • Random events with effects that modify the story or character traits.
  • Inventory system for collecting items during the adventure.
  • Multiple story nodes with unique scenarios and outcomes.
  • Ending variations based on player decisions.

Usage

  1. Make sure you have Python 3 installed.
  2. Clone or download this repository to your local machine.
  3. Open a terminal or command prompt and navigate to the game directory.
  4. Run the script by executing python ai-storytelling-game.py.

How to Play

  1. Enter your character's name when prompted.
  2. Follow the prompts to make choices at various decision points.
  3. Read the story narrative and explore different paths.
  4. Pay attention to your character's traits and inventory items, as they can affect the story.
  5. Reach different endings based on your choices throughout the game.

Customization

  • To create your own story, modify the nodes_data list in the game.py script. Each node represents a story point with text, options, and optional effects.
  • Customize the effects to add or modify character traits and inventory items.
  • Feel free to expand the game by adding more story nodes, events, and endings.

Dependencies

This game script uses only Python's standard library and doesn't require any external packages.

Contributing

If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request. We appreciate your contributions!