# Basic Gameplay

Angrymals is a PvP turn-based action game played 1v1 between two players. Base mechanics are very simple, taking inspiration from Angry Birds which should allow players to easily learn and play the game quickly.

Each team has three animals. The goal is to reduce the other team’s animal’s HP to zero. Players create their own fortresses to put the animals in, and they take turns shooting at each other with weapons, breaking down the fortress and damaging the animals.&#x20;

Players drag and release to aim and shoot weapons like Angry Birds. Shots first destroy the cover / building that the animals are in, before damaging the animal, and when structures collapse on top of animals, they take additional damage.&#x20;

![](https://lh6.googleusercontent.com/NeWn1ChoIYxG44E4Rupzu_KYHo6L1Xfcbr27PeZtboViNWJOa3eufV_QAJFBnVDsaIFdv_bavJmKqrhjcCw9xBZviQK4UFPnFX3uujyrJjJe9JK9jpa7-PY7BIF4DlNjWUX5iq0_)

The game ends when the HP of all three animals in one team has been reduced to zero, resulting in a victory to the other team.


---

# 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://docs.angrymals.io/game-mechanics/basic-gameplay.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.
