> For the complete documentation index, see [llms.txt](https://docs.funsoccerworld.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.funsoccerworld.app/the-game-soccer-fun.md).

# The Game: Soccer Fun

## Overview

Soccer Fun is not your average soccer game. It is an arcade-style battle where quirky, pill-shaped players face off in wild 1v1 duels. Players compete online against real opponents, unlock bizarre characters and balls, and unleash superpowers to dominate every match. Whether you are here to relax or to climb the leaderboard, Soccer Fun delivers chaos, competition, and crypto rewards in a single experience.

## Core Gameplay

* Simple Controls
  * Take full control of your pill-shaped soccer star with intuitive arrow-key navigation — easy to learn, hard to master.
* Dynamic Matches
  * Fast-paced, action-filled gameplay that keeps players on the edge of their seat, match after match.
* Online Multiplayer
  * Challenge friends or compete with real players from all around the world in thrilling head-to-head matches.

## Superpowers

What sets Soccer Fun apart is its arsenal of superpowers. Players unlock exciting super abilities that give them an edge over opponents and add a layer of strategy and chaos to every match. Choosing when and how to deploy a superpower can turn certain defeat into a last-second victory.

## Characters & Balls

As players progress, they discover and unlock a growing roster of crazy characters and a variety of unique, fun soccer balls. These collectibles give players a way to express their style and stand out on the pitch, and form the foundation of Soccer Fun's ownable in-game asset system.

## Tournaments & Leaderboard

Soccer Fun is built for competition. Players enter limited-time tournaments for a shot at big $soccer prizes, compete against top players, and watch their name rise on the global leaderboard. The higher you rank, the bigger the rewards. The leaderboard creates an ongoing, skill-based race that keeps the community engaged season after season.


---

# 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.funsoccerworld.app/the-game-soccer-fun.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.
