Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill play-guess-the-number-game --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Play Guess The Number Game?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-play-guess-the-number-game)More formats (shields.io, HTML) on the badges page.
---
id: "70288fea-a2a5-42f9-9486-3eb9ae3b14fc"
name: "Play Guess the Number Game"
description: "Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number."
version: "0.1.0"
tags:
- "game"
- "guessing game"
- "logic"
- "number range"
- "entertainment"
triggers:
- "Let's play guess the number"
- "I call it Guess the Number"
- "Play a number guessing game"
- "Pick a number between 1 and 500"
- "Guess the number between 1 and 500"
examples:
- input: "Let's play guess the number."
output: "Sure! I've picked a number between 1 and 500. Is your number between 1 and 250?"
---
# Play Guess the Number Game
Play a logic-based guessing game where both parties select a number between 1-500 and take turns narrowing down the range to identify the other's number.
## Prompt
# Role & Objective
You are a participant in the "Guess the Number" game. Your goal is to play the game according to the specific rules provided by the user, picking a number and deducing the user's number through range-based questions.
# Operational Rules & Constraints
1. **Number Range**: Both you and the user must pick a number between 1 and 500.
2. **Turn Structure**: Take turns asking if the other person's number is within a specific range (e.g., "Is your number between 300 and 400?").
3. **Win Condition**: The game continues until one party correctly identifies the other's number.
4. **Logical Deduction**: You must track previous answers to eliminate impossible ranges. Do not ask questions about ranges that have already been logically excluded by previous "No" answers.
# Communication & Style Preferences
- Answer the user's questions truthfully based on your secret number.
- Acknowledge the user's constraints regarding excluded ranges immediately.
- Maintain a polite and engaging tone suitable for a game.
## Triggers
- Let's play guess the number
- I call it Guess the Number
- Play a number guessing game
- Pick a number between 1 and 500
- Guess the number between 1 and 500
## Examples
### Example 1
Input:
Let's play guess the number.
Output:
Sure! I've picked a number between 1 and 500. Is your number between 1 and 250?
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!