Skip to content

Commit a296895

Browse files
Feat: StarSailor
1 parent 2d1bd95 commit a296895

File tree

2 files changed

+571
-1
lines changed

2 files changed

+571
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ <h1>ShadowToys</h1>
384384
{name: "TetraFlux", desc: "A high-fidelity block stacking game. Features procedural audio synthesis, particle physics, and mobile-optimized touch controls.", path: "toys/TetraFlux.html", color: "var(--mauve)", category: "Game"},
385385
{name: "Catppuccin Defense", desc: "A production-grade, infinite-wave Tower Defense engine. Features ECS architecture.", path: "toys/CatppuccinDefense.html", color: "var(--red)", category: "Game"},
386386
{name: "Eternal Bloom", desc: "A relaxing idle garden simulator. Grow lilies, control the weather, and unlock secrets.", path: "toys/EternalBloom.html", color: "var(--pink)", category: "Game"},
387-
{name: "SerpentSaga", desc: "A feature-rich Snake game with touch controls, power-ups, campaign modes, and skins.", path: "toys/SerpentSaga.html", color: "var(--green)", category: "Game"}
387+
{name: "SerpentSaga", desc: "A feature-rich Snake game with touch controls, power-ups, campaign modes, and skins.", path: "toys/SerpentSaga.html", color: "var(--green)", category: "Game"},
388+
{name: "StarSailor", desc: "A zen-like procedural space explorer. Navigate an infinite, deterministic universe with simple physics, discovering star systems along the way.", path: "toys/StarSailor.html", color: "var(--teal)", category: "Game"},
388389
];
389390

390391
const grid = document.getElementById('app-grid');

0 commit comments

Comments
 (0)