> For the complete documentation index, see [llms.txt](https://docs.deversum.net/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deversum.net/v1/es/para-jugadores/como-jugar.md).

# Cómo jugar

{% tabs %}
{% tab title="Iniciando & Menús" %}
Deversum actualmente es un juego realizado para sistemas operativos Windows 10 y 11.

Necesitarás descargar la versión actual del juego que es esta:

{% embed url="<https://drive.google.com/file/d/1Ut726iC7feuIrijuxEca0yR8DE3G3aAy/view?usp=drive_link>" %}

Una vez descargado tienes que descomprimir y ejecutar el ejecutable "**Deversum.exe**" en la carpeta raíz.

Una vez pulses "**Start**" te llevará a una página de login donde la primera vez se te solicitará permisos para leer tu wallet Phantom para poder identificar si tienes algún NFT válido para jugar.

Si no tienes un NFT válido se te dará la opción de poder iniciar el juego con un correo electrónico gmail.

Una vez hecho el login se te pedirá un nombre de usuario para empezar, a continuación entrarás al **menú principal del juego** ->

<figure><img src="/files/7It0oaY4al5CMVrQIq6G" alt=""><figcaption><p>Menu principal Deversum "Pre-Alfa"</p></figcaption></figure>

<mark style="color:blue;">**Play Singleplayer**</mark> -> Juego en solitario.

<mark style="color:blue;">**Play Coop**</mark> -> Jugar con mas players (actualmente solo pueden crear partidas los administradores de las comunidades).

<mark style="color:blue;">**Multiplayer**</mark> -> Solamente disponible en partidas privadas por estar en pleno desarrollo (vehículos y modos de juegos como eliminacion, etc...)

<mark style="color:blue;">**Characters and Weapons**</mark> -> Para ver todas las armas y personajes disponibles en modo Multiplayer.

<mark style="color:blue;">**Región**</mark> -> Importante establecer la misma región que tenga la persona que cree la partida (preguntarle).

<mark style="color:blue;">**Options**</mark> -> Para ajustar video, voz y otros controles.
{% endtab %}

{% tab title="Jugando" %}
Es un juego shooter con controles estándar ->

<figure><img src="/files/OBMikF6ZHTL4d68btgJV" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.deversum.net/v1/es/para-jugadores/como-jugar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
