Skip to content

Commit

Permalink
Update learn.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
endel authored Oct 29, 2024
1 parent 5afc78b commit 3db79b0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/indexes/learn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { getOpenGraph } from "../utils/getOpenGraphImage";

export const sampleProjects = [

await getOpenGraph("https://github.com/colyseus/discord-embedded-app-sdk", {
title: "Discord Activity Template"
}),

await getOpenGraph("https://github.com/colyseus/colyseus-examples", {
title: "Basic Examples"
}),

await getOpenGraph("https://github.com/colyseus/discord-embedded-app-sdk", {
title: "Discord Activity Template"
}),

await getOpenGraph("https://github.com/endel/colyseus-tic-tac-toe", {
title: "Tic-Tac-Toe",
description: "Multiplayer Tic-Tac-Toe demonstrating state synchronization. Client-side using PixiJS or Defold."
Expand All @@ -30,6 +30,10 @@ export const sampleProjects = [
description: "Demonstrating Raw Binary Message Exchange"
}),

await getOpenGraph("https://github.com/colyseus/kaplay", {
title: "KAPLAY + Colyseus - Sample App"
}),

await getOpenGraph("https://github.com/colyseus/decentraland", {
title: "Decentraland Scene"
}),
Expand Down

0 comments on commit 3db79b0

Please sign in to comment.