Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Talo - an open source backend for managing players, leaderboards, stats + more

A topic by Sleepy Studios created 9 days ago Views: 43
Viewing posts 1 to 1

Hey everyone! I wanted to share the project I’ve been working on: a set of tools for building games faster and a dashboard to learn more about your players. In short, it's an open source alternative to services like Playfab or Unity Game Services.

Talo has a Godot plugin and a Unity package - both securely authenticate players, work online and offline, and require minimal setup. You can also use Talo via a REST API.

Here are some of the things you can do with Talo:

👥 Player management: Persist player data across sessions, create segments and handle authentication.

⚡️ Event tracking: Track in-game player actions individually and globally.

🕹️ Leaderboards: Highly customisable leaderboards that can sync with Steamworks.

💾 Game saves: A simple and flexible way to load/save game state; also works offline.

📊 Game stats: Track global or per-player stats across your game; also syncs with Steamworks.

💬 Game channels: Send real-time messages between players subscribed to specific topics.

⚙️ Live config: Update game settings from the web with zero downtime.

🔧 Steamworks integration: Hook into Steamworks for authentication and ownership checks.

🗣️ Game feedback: Collect and manage feedback from your players.

🛡️ Continuity: Keep your data in-sync even when your players are offline.

Talo has been battle-tested across various game jams in many different types of games. Every API has been designed around being easy to understand and implement - check out the docs (https://docs.trytalo.com) for more info.

You can get the Talo Godot plugin on our itch page, the Godot Asset Library or GitHub.

You can get the Talo Unity plugin on our itch page or GitHub.

I would love to hear any feedback on Talo - especially if there’s something missing that you would find useful for your own game. We also have a Discord for support, roadmap discussions and to show off your game. Thanks!