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

# Game

## Overview

*Alternates* is a fast-paced, competitive first-person shooter (FPS) built on Unreal Engine 5, designed to welcome both new and experienced players into a seamless and enjoyable gaming experience. Our goal is simple: to create a game where players can hop on and feel right at home. With an intuitive user interface (UI) and a fully customizable weapons system, *Alternates* allows players to adapt their loadouts to fit their personal playstyles.

The game features dynamic maps, purposefully crafted to maintain constant action while also supporting strategic and tactical gameplay, particularly in modes like Search and Destroy. Whether you’re looking for a quick match or aiming to dominate the battlefield, *Alternates* delivers an immersive and balanced experience.

We foster a competitive environment with our ranked mode, where players can compete against others in their skill bracket, working their way up to become the top player or team in the game. Our wide array of characters and weapon skins, including exclusive collaborations with NFT communities, gives players a unique opportunity to collect, customize, and show off their in-game identity.

Built with the goal of uniting web3 communities, *Alternates* offers a platform where players can earn, collect, compete, and have fun. By integrating NFTs and blockchain technology, we’ve created an engaging and rewarding ecosystem that brings together traditional and web3 gamers in one exciting space.


---

# 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://alternates-whitepaper.gitbook.io/alternates-overview/learn-alternates/game.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.
