Skip to content

Commit 756581e

Browse files
committed
Update metric terms
1 parent 48e4ea1 commit 756581e

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

src/lib/data/projects.ts

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ export const projects: Project[] = [
4848
role: 'Sole Developer',
4949
displayType: 'Studio',
5050
description:
51-
"A solo studio creating engaging social games. While the team of 1 (hi) has stayed small, I'm proud of what's been produced, and the community that's grown around it.",
51+
"A solo studio creating engaging social games and software. While the team of 1 (hi) has stayed small, I'm proud of what's been produced, and the community that's grown around it.",
5252
metrics: [
5353
{
54-
name: 'Plays',
54+
name: 'Play Sessions',
5555
value: '39M'
5656
},
5757
{
58-
name: 'Hours',
58+
name: 'Total Hours',
5959
value: '6.7M'
6060
},
6161
{
@@ -75,15 +75,11 @@ export const projects: Project[] = [
7575
role: 'Sole Developer',
7676
displayType: 'Branch',
7777
description:
78-
'A suite of tools accelerating game development. Focused on design, patterns, and developer experience, its software is loved by creators big and small.',
78+
'A suite of tools accelerating game development. Focused on design patterns and developer experience, its software is loved by creators big and small.',
7979
metrics: [
8080
{
81-
name: 'New Users / mo.',
81+
name: 'New Devs / mo.',
8282
value: '340+'
83-
},
84-
{
85-
name: 'Community Members',
86-
value: '135'
8783
}
8884
]
8985
},
@@ -100,15 +96,15 @@ export const projects: Project[] = [
10096
'A social deduction party game surrounding two players: one real and one imposter, fighting for crowd approval. Largely developed over the course of 2 months, I rapidly gained experience producing games.',
10197
metrics: [
10298
{
103-
name: 'Plays',
99+
name: 'Play Sessions',
104100
value: '35M'
105101
},
106102
{
107-
name: 'Hours',
103+
name: 'Total Hours',
108104
value: '6.1M'
109105
},
110106
{
111-
name: 'Favs.',
107+
name: 'Favorites',
112108
value: '106K'
113109
}
114110
]
@@ -178,15 +174,15 @@ export const projects: Project[] = [
178174
'A short platformer I made to experiment with the more artistic side of game development.',
179175
metrics: [
180176
{
181-
name: 'Plays',
177+
name: 'Play Sessions',
182178
value: '3.9M'
183179
},
184180
{
185-
name: 'Hours',
181+
name: 'Total Hours',
186182
value: '370K'
187183
},
188184
{
189-
name: 'Favs.',
185+
name: 'Favorites',
190186
value: '21K'
191187
}
192188
]
@@ -202,7 +198,7 @@ export const projects: Project[] = [
202198
role: 'Sole Developer',
203199
displayType: 'Software',
204200
description:
205-
'A collection of unopinionated utility modules for Roblox, with the goal of making various patterns easier to implement and more reusable.'
201+
'A collection of unopinionated utility modules for Roblox, making various patterns easier to implement and more reusable.'
206202
},
207203
{
208204
id: 'LonekaRooms',
@@ -238,13 +234,13 @@ export const projects: Project[] = [
238234
displayType: 'Event',
239235
description: `A month-long community challenge encouraging the practice of art and design in game development. It was awesome seeing everyone's creations, and the small community that formed around it all.`,
240236
metrics: [
241-
{
242-
name: 'Members',
243-
value: '113'
244-
},
245237
{
246238
name: 'Submissions 👌',
247239
value: '69'
240+
},
241+
{
242+
name: 'Community Members',
243+
value: '113'
248244
}
249245
]
250246
},
@@ -273,11 +269,11 @@ export const projects: Project[] = [
273269
'A peaceful social game about writing and talking with others on a floating island. Made over the summer, it reinforced my game development experience.',
274270
metrics: [
275271
{
276-
name: 'Plays',
272+
name: 'Play Sessions',
277273
value: '70K'
278274
},
279275
{
280-
name: 'Hours',
276+
name: 'Total Hours',
281277
value: '4.9K'
282278
}
283279
]
@@ -319,11 +315,11 @@ export const projects: Project[] = [
319315
description: `A chaotic game where you compete against others to reach the top of a mountain. Largely underdeveloped, it still has a way to go. Some children just aren't your favorite.`,
320316
metrics: [
321317
{
322-
name: 'Plays',
318+
name: 'Play Sessions',
323319
value: '56K'
324320
},
325321
{
326-
name: 'Hours',
322+
name: 'Total Hours',
327323
value: '2.8K'
328324
}
329325
]

0 commit comments

Comments
 (0)