get_spec
Fetch authoritative Tank Fight game parameters and rules as JSON. Retrieve exact specs for screen size, tank stats, bullet behavior, walls, controls, and AI before implementing features.
Instructions
Return one section of the Tank Fight specification as JSON.
Use this to get the authoritative numbers and rules before implementing a feature — screen size, tank and bullet stats, wall layout, controls, AI parameters, and so on. Do not infer these values from an existing implementation and do not invent them; this file is what the implementations are supposed to agree with.
Args: section: A section name from list_sections, or a dotted path to go straight to a value, e.g. "entities.bullet" or "ai.enemy.turn_chance_per_tick".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |