Achievements

Achievements in HTML5 games are an exciting and rewarding feature that adds an extra layer of engagement for players. They serve as milestones, celebrating a player's progress, skill, and dedication.

Support

Use this to determine if you can implement achievements for your game on the current platform.

Check if getting list of achievements is supported.

Check if built-in popup is supported.

Unlock achievement

Unlocks achievement for a player.

Copy This Example

Get List

Returns the achievement list in JSON

Copy This Example

Show Native Popup

Some platforms support built-in achievement list which is shown in overlay

Copy This Example

Last updated