Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/achievements/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Achievements",
"description": "Unlock and track user achievements. (Coming late-2024)",
"icon": "medal",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/analytics/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Analytics",
"description": "Track and visualize user behavior data. (Coming mid-2024)",
"icon": "chart-line",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/chat/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Chat",
"description": "In-game player-to-player messaging. (Coming late-2024)",
"icon": "messages",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/game_saves/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Game Saves",
"description": "Store and manage player progress data or world state. (Coming mid-2024)",
"icon": "floppy-disk",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/groups/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Groups",
"description": "Group users in groups/clans/guilds. (Coming late-2024)",
"icon": "user-group",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/leaderboards/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Leaderboards",
"description": "Track and display top player rankings. (Coming mid-2024)",
"icon": "ranking-star",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
2 changes: 1 addition & 1 deletion modules/lobbies/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"status": "stable",
"name": "Lobbies",
"description": "Lobby & player management.",
"description": "Lobby & player management. Create & join lobbies instantly.",
"icon": "game-board",
"tags": [
"core",
Expand Down
12 changes: 12 additions & 0 deletions modules/matchmaker/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Matchmaker",
"description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a lot to promise. Do we already have the code for this?

"icon": "chess-knight",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
12 changes: 12 additions & 0 deletions modules/parties/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Parties",
"description": "Real-time player groups. Integrates with matchmaking. (Coming mid-2024)",
"icon": "party-horn",
"tags": [
"game"
],
"authors": [],
"status": "coming_soon",
"scripts": {},
"errors": {}
}
24 changes: 24 additions & 0 deletions tests/basic/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,30 @@
},
"rivet": {
"registry": "local"
},
"achievements": {
"registry": "local"
},
"leaderboards": {
"registry": "local"
},
"analytics": {
"registry": "local"
},
"chat": {
"registry": "local"
},
"game_saves": {
"registry": "local"
},
"parties": {
"registry": "local"
},
"groups": {
"registry": "local"
},
"matchmaker": {
"registry": "local"
}
}
}