# Game Modes---PvP match3 games

Users need to equip [NFT](/whitepaper/gamefi-elements/nft-characters.md) with [energy](/whitepaper/gamefi-system/energy-system.md) to play PvP match3 games. Each game will consume 1 energy. Each game consists of 4-5 rounds of play with each player making two moves per round.&#x20;

Players score by matching at least 3 same colored pieces.  Eliminating one piece scores 1 point.&#x20;

At the end of final round, the player with the higher score is considered the winner.

The game map is randomly determined, and the opponents are determined by the system's matching algorithm, which will ensure the fun of the game.

MatchNova Champion Coin ([MCC](/whitepaper/tokenomics/mcc-utility-token.md)) will be rewarded to each player when a match is completed and token reward is affected by the following 2 elements:

A) Game result.&#x20;

B) NFT’s efficiency attribute.&#x20;

[Check NFT page for more information](/whitepaper/gamefi-elements/nft-characters.md)

Both A and B will decide a player’s Base MCC Reward (BMR) for a game.&#x20;

A multiplier wheel will then pop up if the player reaches the game challenges and the player will be given one chance to spin the wheel and reach a [multiplier](/whitepaper/gamefi-elements/multiplier-wheel.md) of **1.1x to 100x.**

BMR\*Multiplier is the amount of the final [MCC](/whitepaper/tokenomics/mcc-utility-token.md) reward for this match.&#x20;


---

# 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://matchnovaofficial.gitbook.io/whitepaper/gamefi-elements/game-modes-pvp-match3-games.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.
