# Roles

Worker NFTs are classified by Role. In the '8 Bit' era there are two major Roles (Developer and Designer), as well as the planned Mentor.

**Each game you create alway requires at least one Developer.** Starter packs guarantee a Developer role NFT Worker for this reason.

Designers are optional, but certainly recommended!

### Developers

Software developers are the backbone of game development. They are responsible for designing and implementing the software that powers the entire game. Their role involves a wide range of tasks and responsibilities:

* Game Engine Development
* Gameplay Mechanics
* Audio Programming
* Networking and Multiplayer
* Bug Fixing and Testing
* Platform Compatibility

### Designers

Designers play a critical role in game development. They are responsible for shaping the overall experience, gameplay, and visual elements of a game. Here are the key roles and responsibilities of designers in game development:

* Game Design
* Storyline and Narrative
* Level Design
* Game Mechanics
* User Experience (UX)
* Balancing Difficulty

### Team Leaders, Artist, Sound Engineer, Marketing

> Coming soon...


---

# 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://rulebook.riseofthepixels.com/team-and-accessories/your-team/roles.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.
