Skip to content

Commit

Permalink
remove incomplete templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Dec 4, 2024
1 parent cbbc83e commit 561094e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Currently supported template presets include:

We also have some additional templates that you can use for creating games for specific platforms:
- `game-web`
- `game-discord`

**Coming soon:**
- `game-discord`
- `game-facebook`
- `game-youtube`

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/games/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ We highly recommend that you familiarize yourself with these libraries to get th
We are slowly building up templates to help you build a game for different platforms. Currently, we have the following templates:

- **Web**: A general template for building web-based games.
- **Discord**: A template for building games that can be run on the Discord platform.

**Coming Soon**:
- **Discord**: A template for building games that can be run on the Discord platform.
- **Facebook**: A template for building games that can be run on the Facebook platform.
- **YouTube**: A template for building games that can be run on the YouTube platform.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Currently supported template presets include:

We also have some additional templates that you can use for creating games for specific platforms:
- `game-web`
- `game-discord`

**Coming soon:**
- `game-discord`
- `game-facebook`
- `game-youtube`

Expand Down
12 changes: 7 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ ${yellow ('esbuild: bundler-esbuild' )}
${green ('Import Map: bundler-import-map' )}
${cyan ('Web Game: game-web' )}
Coming soon:
${blue ('Discord Game: game-discord' )}
${blueBright('Facebook Game: game-facebook' )}
${red ('YouTube Game: game-youtube' )}`
Expand Down Expand Up @@ -94,11 +96,11 @@ const FRAMEWORKS: Framework[] = [
display: "Web",
color: yellow,
},
{
name: "game-discord",
display: "Discord",
color: blue,
},
// {
// name: "game-discord",
// display: "Discord",
// color: blue,
// },
// {
// name: "game-facebook",
// display: "Facebook",
Expand Down

0 comments on commit 561094e

Please sign in to comment.