> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client/game.md).

# Game

Client functions that are in some way related to the game aspects.

```lua
local closestPlayer, closestDistance = Wosa.Game.ClosestPlayer()
```

```lua
local Players = Wosa.Game.Players()
```

```lua
local PlayersInArea = Wosa.Game.PlayersArea()
```
