# Triple Fox Card Game

![](/files/lqJ8dE3TnqgCiSEN70r0)

Our third game is called Triple Foxes: Card Game, much like triple triad where the player plays against an AI.&#x20;

* One side plays as “blue”, the other as “red”&#x20;
* Played on a 3×3 grid
* Each player has five cards in a hand
* The aim is to capture the opponent’s cards by turning them into the player’s own color

<div align="left"><img src="/files/714IthdPzOUVEJ6ipHzq" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://big-shot-foxes.gitbook.io/phase1/ecosystem/games/triple-fox-card-game.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
