Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 9d4b8b0

Browse files
committed
chore: add coming soon modules
1 parent 43b2b4a commit 9d4b8b0

File tree

10 files changed

+131
-11
lines changed

10 files changed

+131
-11
lines changed

modules/achievements/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Achievements",
3+
"description": "Unlock and track user achievements. (Coming late-2024)",
4+
"icon": "medal",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/analytics/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Analytics",
3+
"description": "Track and visualize user behavior data. (Coming mid-2024)",
4+
"icon": "chart-line",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/chat/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Chat",
3+
"description": "In-game player-to-player messaging. (Coming late-2024)",
4+
"icon": "messages",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/game_saves/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Game Saves",
3+
"description": "Store and manage player progress data or world state. (Coming mid-2024)",
4+
"icon": "floppy-disk",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/groups/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Groups",
3+
"description": "Group users in groups/clans/guilds. (Coming late-2024)",
4+
"icon": "user-group",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/leaderboards/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Leaderboards",
3+
"description": "Track and display top player rankings. (Coming mid-2024)",
4+
"icon": "ranking-star",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/lobbies/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Lobbies",
3-
"description": "Lobby & player management.",
3+
"description": "Lobby & player management. Create & join lobbies instantly.",
44
"icon": "game-board",
55
"tags": [
66
"core", "multiplayer"

modules/matchmaker/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Matchmaker",
3+
"description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)",
4+
"icon": "chess-knight",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

modules/parties/module.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Parties",
3+
"description": "Real-time player groups. Integrates with matchmaking. (Coming mid-2024)",
4+
"icon": "party-horn",
5+
"tags": [
6+
"game"
7+
],
8+
"authors": [],
9+
"status": "coming_soon",
10+
"scripts": {},
11+
"errors": {}
12+
}

tests/basic/backend.json

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,43 @@
4848
},
4949
"lobbies": {
5050
"registry": "local",
51-
"config": {
52-
"lobbies": {
53-
"backend": {
54-
"test": {}
55-
}
56-
}
57-
}
51+
"config": {
52+
"lobbies": {
53+
"backend": {
54+
"test": {}
55+
}
56+
}
57+
}
5858
},
5959
"rivet": {
6060
"registry": "local",
61-
"config": {
62-
"apiEndpoint": "https://api.nathan16.gameinc.io"
63-
}
61+
"config": {
62+
"apiEndpoint": "https://api.nathan16.gameinc.io"
63+
}
64+
},
65+
"achievements": {
66+
"registry": "local"
67+
},
68+
"leaderboards": {
69+
"registry": "local"
70+
},
71+
"analytics": {
72+
"registry": "local"
73+
},
74+
"chat": {
75+
"registry": "local"
76+
},
77+
"game_saves": {
78+
"registry": "local"
79+
},
80+
"parties": {
81+
"registry": "local"
82+
},
83+
"groups": {
84+
"registry": "local"
85+
},
86+
"matchmaker": {
87+
"registry": "local"
6488
}
6589
}
6690
}

0 commit comments

Comments
 (0)