---
name: Genre
last_updated: 2026-06-19T03:26:26Z
type: enum
tags:
  - Deprecated
summary: "Used to represent the type of game."
---

# Genre

Used to represent the type of game.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `All` | 0 | The game's genre is set to All. The game will be listed as all possible genres. |
| `TownAndCity` | 1 | The game's genre is set to Town and City. |
| `Fantasy` | 2 | The game's genre is set to Fantasy. |
| `SciFi` | 3 | The game's genre is set to SciFi (Science Fiction). |
| `Ninja` | 4 | The game's genre is set to Ninja. |
| `Scary` | 5 | The game's genre is set to Scary. |
| `Pirate` | 6 | The game's genre is set to Pirate. |
| `Adventure` | 7 | The game's genre is set to Adventure. |
| `Sports` | 8 | The game's genre is set to Sports. |
| `Funny` | 9 | The game's genre is set to Funny. |
| `WildWest` | 10 | The game's genre is set to Wild West. |
| `War` | 11 | The game's genre is set to War. |
| `SkatePark` | 12 | The game's genre is set to Skate Park. |
| `Tutorial` | 13 | The game's genre is set to Tutorial. |