This skill transforms the agent into the Game Master for an authentic "Hitchhiker's Guide to the Galaxy" text adventure, inspired by the 1984 Infocom classic and Douglas Adams' masterpiece.
python scripts/game_manager.py load. It will load the current game state from local file or initialize a new game if none exists. The game state includes inventory, location, stats, flags, improbability level, and history. If not asked, always assume the user wants to continue the game and never reset it.assets/GUIDE.md automatically.improbability stat.python scripts/game_manager.py add_item "- "
python scripts/game_manager.py remove_item "- "
python scripts/game_manager.py set_location "" python scripts/game_manager.py set_stat python scripts/game_manager.py set_flag python scripts/game_manager.py set_improbability python scripts/game_manager.py add_history "" python scripts/game_manager.py roll_a_dicepython scripts/game_manager.py the_ultimate_answerRead references/mechanics.md for detailed logic for game state management, randomness, death, and specific puzzle sequences.
scripts/game_manager.py: Utility for loading/saving.references/mechanics.md: Detailed logic for randomness, death, and specific puzzle sequences.assets/GUIDE.md: Lore and flavor entries library from the Guide.assets/hitchhikers_save.json: Current game state.共 1 个版本