> For the complete documentation index, see [llms.txt](https://docs.easygamemaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easygamemaker.com/introduction/levels.md).

# Levels

Each game contain one or more levels.

Each level is a "scene" and contain a set of initial objects and a background.

Levels can also contain [buttons](/introduction/levels/buttons.md), [events ](/introduction/events.md)and [level variables](/introduction/levels/level-variables.md).

For example, your game can have a level named "Title Screen" wich can contain buttons "play", "hiscores" and "help".

The level "Stage 01" can contain level variables "energy" and "time\_left".

You level can also contain events to check collision between the player and enemies, remove enemies when they got hit by bullets, add score when player kill enemies and so on.
