# Player persona

## What's a player persona?

A **player persona** is a player's long term pattern of behavior and overall motivation for playing a game.&#x20;

Classifying players under various personas / categories can help you study players and interpret [playtest](/process/blockout/playtesting.md) data.

In reality, players are never just one category. People are a complex combination of all these motivations and more.&#x20;

Nonetheless, this reductive simplicity can be useful for making design decisions and imagining your audience. Ideally, every level can satisfy every persona.

(TODO: flesh this out a lot more)

### Play style vs player persona

## Huizinga's game of politics

* Player
* Cheater
* Spoil-Sport

## Bartle's "gamer psychology"

The 1996 [Bartle Test of Gamer Psychology](https://en.wikipedia.org/wiki/Bartle_taxonomy_of_player_types) was one of the earliest attempts to classify video game players. Bartle was studying player behavior in early text-based MMOs called [MUDs](https://en.wikipedia.org/wiki/MUD), and sorted all these MUD players into four general categories:&#x20;

* **achievers** want to score the most points, maximize game progress
* **explorers** want to discover new places or systems, map-out the game space
* **killers** focus on PvP / competitive conflict with other players, sometimes unfairly
* **socializers** focus on cooperation with other players, roleplaying and fan culture

(TODO: include 4 quadrant matrix image)


---

# 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://book.leveldesignbook.com/process/blockout/playtesting/persona.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.
