AI storytelling game
import random
class StoryNode:
    def __init__(self, text, options=None, effects=None):
        self.text = text
        self.options = options or []
        self.effects = effects or {}
class Character:
    def __init__(self, name):
        self.name = name
        self.inventory = []
        self.traits = {}
class StoryGame:
    def __init__(self):
        self.story_map = {}
        self.current_node = None
        self.player = None
    def add_node(self, node_id, text, options=None, effects=None):
        self.story_map[node_id] = StoryNode(text, options, effects)
    def start(self, node_id):
        self.current_node = self.story_map.get(node_id)
    def make_choice(self, choice_idx):
        if self.current_node and choice_idx < len(self.current_node.options):
            next_node_id = self.current_node.options[choice_idx]
            self.current_node = self.story_map.get(next_node_id)
    def apply_effects(self, effects):
        for key, value in effects.items():
            if key == "add_item":
                self.player.inventory.append(value)
            elif key == "add_trait":
                self.player.traits[value[0]] = value[1]
    def get_current_text(self):
        text = self.current_node.text if self.current_node else "Game Over"
        if self.current_node.effects:
            self.apply_effects(self.current_node.effects)
        return text.replace("{name}", self.player.name)
    def is_game_over(self):
        return not self.current_node
# Create the game
game = StoryGame()
# Create character
player_name = input("Enter your character's name: ")
player = Character(player_name)
game.player = player
nodes_data = [
    ("start", "You wake up in a mysterious land. Do you explore or rest?",
     ["explore", "rest"]),
    ("explore", "You venture deep into the woods and find an old cabin. Do you enter or continue exploring?", [
     "enter_cabin", "continue_exploring"]),
    ("rest", "You find a cozy spot and rest for a while. When you wake up, you see a map nearby. Will you follow the map or ignore it?", [
     "follow_map", "ignore_map"]),
    ("enter_cabin", "Inside the cabin, you discover a hidden passage. Do you enter the passage or stay in the cabin?", [
     "enter_passage", "stay_in_cabin"]),
    ("continue_exploring", "You stumble upon a magical waterfall. Do you drink from it or move on?", [
     "drink_water", "move_on"]),
    ("follow_map", "Following the map, you find a hidden treasure. Do you take it or leave it?", [
     "take_treasure", "leave_treasure"]),
    ("enter_passage", "The passage leads to an ancient temple. Do you explore further or leave?", [
     "explore_temple", "leave_temple"]),
    ("stay_in_cabin", "You find a journal that reveals the history of the land. Do you keep reading or close the journal?", [
     "keep_reading", "close_journal"]),
    ("drink_water", "Drinking from the waterfall grants you enhanced senses. Will you use them to uncover secrets or continue your journey?", [
     "uncover_secrets", "continue_journey"]),
    ("move_on", "As you move on, you encounter a talking animal. Do you listen to its advice or ignore it?", [
     "listen_to_animal", "ignore_animal"]),
    ("enter_passage", "The passage leads to an underground city. Do you explore the city or return to the surface?", [
     "explore_city", "return_to_surface"]),
    ("uncover_secrets", "Using your enhanced senses, you find a hidden cave. Do you enter the cave or keep moving?", [
     "enter_cave", "keep_moving"]),
    ("listen_to_animal", "The animal warns you of danger ahead. Do you heed its warning or take your chances?", [
     "heed_warning", "take_chances"]),
    ("node88", "You come across a portal that leads to another realm. Do you step through or stay?", [
     "step_through", "stay"]),
    ("explore_city", "You discover an ancient artifact that can grant a wish. What do you wish for?", [
     "wish_for_power", "wish_for_wisdom"]),
    ("return_to_surface", "You emerge from the passage and find yourself in a bustling marketplace. Do you explore or leave?", [
     "explore_marketplace", "leave_marketplace"]),
    ("enter_cave", "Inside the cave, you find a friendly spirit. Do you converse with it or leave?", [
     "converse_with_spirit", "leave_cave"]),
    ("keep_moving", "You continue your journey and encounter a group of fellow travelers. Do you join them or go your own way?", [
     "join_travelers", "go_own_way"]),
    ("heed_warning", "You avoid the danger and find a hidden treasure. What will you do with the treasure?", [
     "share_treasure", "keep_treasure"]),
    ("take_chances", "Your gamble pays off, and you uncover a secret passage. Will you enter it or continue?", [
     "enter_secret_passage", "continue_journey"]),
    ("step_through", "You step through the portal and find yourself in a futuristic city. How do you navigate this new world?", [
     "explore_futuristic_city", "find_a_way_back"]),
    ("stay", "You decide to stay in the current realm, building a new life for yourself.", []),
    ("explore_marketplace", "In the marketplace, you meet a mysterious merchant. Will you buy a rare item or ignore the merchant?", [
     "buy_item", "ignore_merchant"]),
    ("leave_marketplace", "You leave the marketplace and find yourself in a tranquil garden. Do you explore further or rest?", [
     "explore_garden", "rest_in_garden"]),
    ("node89", "You face a final challenge. Do you confront it head-on or seek help?",
     ["confront", "seek_help"]),
    ("confront", "With courage, you conquer the challenge and become a legend.", []),
    ("seek_help", "You gather allies and together you overcome the final obstacle.", []),
]
for node_id, text, options, effects in nodes_data:
    game.add_node(node_id, text, options, effects)
# Start the game
game.start("start")
# Game loop
while not game.is_game_over():
    print(game.get_current_text())
    if game.current_node.options:
        choice = input("Enter your choice (0 or 1): ")
        game.make_choice(int(choice))
    else:
        break
Created: 7/8/2025
Keywords: text snippets, slack for ai prompts, slack for ai, AI consulting, AI Cheat Tool, AI Cheat Tool for developers, AI Cheat Tool for AI, AI Cheat Tool for ChatGPT, chatgpt prompt generator, AI Cheat Tool for email, AI Cheat Tool for text, AI Cheat Tool for keyboard shortcuts, AI Cheat Tool for text expansion, AI Cheat Tool for text snippets, AI Cheat Tool for text replacement, AI Cheating Tool, AI Cheating Tool for developers, AI Cheating Tool for AI, AI Cheating Tool for ChatGPT, AI Cheating Tool for email, AI Cheating Tool for text, AI Cheating Tool for keyboard shortcuts, prompt cheating, AI prompt engineering, AI context engineering, context engineering, ai prompt manager, AI prompt manager, AI prompt management, ai consulting, prompt engineering consulting, generative ai consulting, ai implementation services, llm integration consultants, ai strategy for enterprises, enterprise ai transformation, ai prompt optimization, large language model consulting, ai training for teams, ai workflow automation, build ai knowledge base, llm prompt management, ai prompt infrastructure, ai adoption consulting, enterprise ai onboarding, custom ai workflow design, ai integration for dev teams, ai productivity tools, team prompt collaboration, github gists, github snippets, github code snippets, github code snippets automation, github, text expansion, text automation, snippet manager, code snippets, team collaboration tools, shared snippets, snippet sharing, keyboard shortcuts, productivity tools, workflow automation, AI-powered productivity, snippet tool for teams, team knowledge base, AI text completion, text expander for teams, snippet collaboration, multi-platform productivity, custom keyboard shortcuts, snippet sharing platform, collaborative snippet management, knowledge base automation, team productivity software, business productivity tools, snippet management software, quick text input, macOS productivity apps, Windows productivity tools, Linux productivity tools, cloud-based snippets, cross-platform snippets, team workspace tools, workflow enhancement tools, automation tools for teams, text automation software, team knowledge sharing, task automation, integrated team tools, real-time collaboration, AI for team productivity, business text automation, time-saving tools, clipboard manager, multi-device clipboard, keyboard shortcut manager, team communication tools, project management integration, productivity boost AI, text snippet sharing, text replacement software, text management tools, efficient team collaboration, AI workspace tools, modern productivity apps, custom text automation, digital workspace tools, collaborative workspaces, cloud productivity tools, streamline team workflows, smart text management, snippets AI app, snippet management for teams, shared knowledge platforms, team-focused text automation, team productivity platform, AI text expansion tools, snippet taking app, note taking app, note taking software, note taking tools, note taking app for teams, note taking app for developers, note taking app for AI, note taking app for ChatGPT, snippet software, snippet tools, snippet app for teams, snippet app for developers, snippet app for AI, snippet app for ChatGPT, AI agent builder, AI agent snippets, AI agent prompts, prompt management, prompt engineering, ChatGPT snippets, ChatGPT prompts, AI prompt optimization, AI-powered prompts, prompt libraries for AI, prompt sharing for ChatGPT, GPT productivity tools, AI assistant snippets, ChatGPT integrations, custom AI prompts, AI agent workflows, machine learning snippets, automated AI prompts, AI workflow automation, collaborative AI prompts, personalized AI agents, text snippets for ChatGPT, AI prompt creation tools, AI code snippet manager, GPT-4 text automation, AI-powered writing assistants, AI tools for developers, AI agent integrations, developer prompt snippets, AI text generation workflows, AI-enhanced productivity, GPT prompt sharing tools, team collaboration for AI, openAI integrations, text automation for AI teams, AI-powered collaboration tools, GPT-4 team tools, AI-driven text expanders, AI-driven productivity solutions, AI agent for email writing, AI agent for text expansion, AI agent for text automation, AI agent for text snippets, AI agent for text replacement, AI agent for keyboard shortcuts, AI Agent Developer, Prompt engineering, Machine Learning Engineer, AI Engineer, Customer Support, Code snippets for developers, Recruiting, AI agent for automation, AI agent for AI automation, AI agent for ChatGPT automation, AI agent for email automation, electron app for snippets, desktop snippet manager, code snippet organization, AI prompt repository, intelligent text expansion, vibe coding, Claude cli ai prompts, prompt optimizer, buy prompts, sell prompts, snippets store, sell scripts, buy scripts, buy python scripts, scraping scripts, AI prompt marketplace, ChatGPT prompt marketplace, best AI prompts, best ChatGPT prompts, AI prompt database, AI prompt packs, AI prompt bundles, GPT prompt marketplace, prompt engineering masterclass, prompt engineering certification, prompt engineering course, ChatGPT prompt store, AI prompt store, prompt monetization, sell AI prompts, buy AI prompts, prompt marketplace platform, AI prompt plugins, Claude prompt marketplace, AI prompt subscription, Custom GPT, real-time prompt collaboration, developer workflow optimization, team prompt library, knowledge management for developers, code snippet search, searchable code library, reusable code blocks, prompt engineering tools, prompt template management, collaborative coding, cross-team knowledge sharing, code snippet versioning, AI prompt templates, technical documentation tools, developer productivity suite, team snippet repository, AI prompt history, snippet synchronization, cloud snippet backup, markdown snippet support, syntax highlighting for snippets, code categorization, programming language snippets, language-specific code templates, contextual code suggestions, snippets with AI integration, command palette for snippets, code snippet folder organization, team snippet discovery, private and public snippets, enterprise code management, team codebase documentation, prompt engineering best practices, Vibe Coding, Vibe Coding for developers, Vibe Coding for AI, Vibe Coding for ChatGPT, Vibe Coding for email, Vibe Coding for text, Vibe Coding for keyboard shortcuts, Vibe Coding for text expansion, Vibe Coding for text snippets, Vibe Coding for text replacement, free prompt generator, ai prompt generator, prompt generator, promptlayer, promptimize ai, langchain prompt management, lanhsmith prompt management, latitude, langchain, langgraph, langchain documentation, raycast, text expander, raycast snippets, raycast mac, cursor, cursro ai, cursor snippets, cursor rules, cursor ai rules, learn prompting, how to prompt, prompting guide, prompting tutorials, best prompting practices, ai prompt best practices, prompting techniques, prompting, spa, node, analytics, typescript, go, rust, rest, api, react, graphql, ssr, vue, vite, performance, testing, python, flask, jwt, monitoring, logging, deployment
AI Prompts, ChatGPT, Code Snippets, Prompt Engineering