haiguitangmcp
3
The project is designed to allow individual play of the Turtle Soup game with the help of a language model. It's equipped with tools for managing and accessing puzzles and offers functionalities for building and expanding a puzzle library.
Overview
This project allows large language models to host the Turtle Soup game, providing a way to enjoy the game solo.
Quick Start
- Ensure Python and
uv
are installed. - Clone the project and install dependencies using
uv sync
. - Configure the project in editors like VS Code or Cherry Studio.
Features
- Provides tools like getting game rules, accessing specific puzzles, and listing available puzzles.
- Offers a prompt template for game rules.
Game Rules
- Turtle Soup is a deductive reasoning game.
- The goal is to find key clues to reconstruct the scene.
- Guessers ask questions, and the quizmaster answers with 'yes', 'no', 'both', or 'not related'.
Puzzles
- Currently offers 35 puzzles, sourced from an existing website.
- Users can contribute new puzzles.
Tips
- Start with basic questions and pay attention to details.
- Record confirmed clues for summarization.
Puzzle Contribution
- New puzzles can be added in the designated folder, with information about authorship if desired.