> For the complete documentation index, see [llms.txt](https://ts-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ts-specs.handhistory.org/tournament-finish-object/still_playing.md).

# still\_playing

**still\_playing**

Specifies whether or not the player is still active in the tournament.\
'true' means that they are still playing and 'false' means that they have been eliminated.

**Type:** boolean

**Example:**\
The player is still playing in the tournament.

```
"still_playing": true
```
