Skip to content

Commit

Permalink
update package.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tudddorrr committed Jan 1, 2025
1 parent b759f86 commit 9d50c11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Packages/com.trytalo.talo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.trytalo.talo",
"version": "0.29.0",
"displayName": "Talo Game Services",
"description": "Talo (https://trytalo.com) is an open-source game backend with services designed to help you build games faster. You can currently:\n\n- Identify and authenticate players\n- Store persistent data across players\n- Track events (levelling up, finding loot, etc)\n- Display high scores with leaderboards\n- Store and load player saves\n- Load game config options and flags from the cloud\n- Get feedback directly from your players",
"description": "Talo (https://trytalo.com) is an open-source game backend with services designed to help you build games faster. You can currently:\n\n- Identify and authenticate players\n- Store persistent data across players\n- Track events (levelling up, finding loot, etc)\n- Display high scores with leaderboards\n- Store and load player saves\n- Load game config options and flags from the cloud\n- Get feedback directly from your players\n- Send channel messages between players",
"unity": "6000.0",
"keywords": [],
"author": {
Expand Down Expand Up @@ -31,6 +31,11 @@
"displayName": "Authentication Demo",
"description": "A register/login/verify flow, showing how to create and authenticate player accounts",
"path": "Samples~/AuthenticationDemo"
},
{
"displayName": "Chat Demo",
"description": "A simple chat UI, allowing you to create channels, join channels and send messages",
"path": "Samples~/ChatDemo"
}
],
"changelogUrl": "https://github.com/TaloDev/unity/releases",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ This repo is a Unity game (the Talo Playground) that lets you try out and previe
- 🕹️ [Leaderboards](https://trytalo.com/leaderboards): Highly customisable leaderboards that can sync with Steamworks.
- 💾 [Game saves](https://trytalo.com/saves): A simple and flexible way to load/save game state; also works offline.
- 📊 [Game stats](https://trytalo.com/stats): Track global or per-player stats across your game; also syncs with Steamworks.
- 💬 [Game channels](https://trytalo.com/channels): Send real-time messages between players subscribed to specific topics.
- ⚙️ [Live config](https://trytalo.com/live-config): Update game settings from the web with zero downtime.
- 🔧 [Steamworks integration](https://trytalo.com/steamworks-integration): Hook into Steamworks for authentication and ownership checks.
- 💬 [Game feedback](https://trytalo.com/feedback): Collect and manage feedback from your players.
- 🗣️ [Game feedback](https://trytalo.com/feedback): Collect and manage feedback from your players.
- 🛡️ [Continuity](https://trytalo.com/continuity): Keep your data in-sync even when your players are offline.

## Samples included with the package
Expand Down

0 comments on commit 9d50c11

Please sign in to comment.