Talo Game Services: open-sourceĀ leaderboards, analytics and multiplayer 0.41.1 Tools 4.4 Community
Submitted by user trytalo; MIT; 2026-02-25
Talo's Godot plugin is the easiest way to add leaderboards, player authentication, peer-to-peer multiplayer and more to your game.
Talo (https://trytalo.com) is an open source game backend with a dashboard and API to help you visualise and analyse your game's data.
**Features**
- Player management (persistent data, groups and authentication)
- Peer-to-peer multiplayer with persistent data
- Leaderboards
- Game analytics (global stats, player stats and event tracking)
- Load game config from the cloud
- Game saves (online and offline)
- Game feedback from players
- Player presence (see if players are online and set custom statuses)
- Player relationships (for friends, followers and social systems)
**Included samples**
- Authentication: a registration/login/account management flow, showing how to create player accounts and authenticate them
- Playground: a text-based playground allowing you to test identifying, events, stats and leaderboards
- Leaderboards: a basic leaderboard UI, allowing you to add and update entries
- Multi-scene saves: a small game showing how to persist save data across multiple scenes
- Chat: showing how to send messages between channels in a chat room
- Channel storage: showing how to store data that can be accessed by other players using channels
- Friends list: a friends list UI with friend statuses, incoming/outgoing requests and player-to-player broadcasts.
**Links**
- Homepage: https://trytalo.com
- Docs: https://docs.trytalo.com/docs/godot/install
- Repo: https://github.com/talodev/godot
- Discord: https://trytalo.com/discord
**New in 0.41.x**
- Debounced actions (updating player props and saves) now run with both leading and trailing calls.
- You can now change Talo Player Auth identifiers using `Talo.player_auth.change_identifier()`.
- You can now provide a `player_id` option to GetEntriesOptions to filter leaderboards by a player (instead of an alias).
View files Download Submit an issue Recent Edits