portfolio/data/forge.ts
GeorgeWebberley 14a1ffb7b6
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
Made active link and active stream conditional
2026-02-03 14:04:06 +01:00

22 lines
731 B
TypeScript

import { ForgeProjectMetadata } from "@/types";
export const FORGE_PROJECTS: ForgeProjectMetadata[] = [
{
id: "pixelpals",
projectName: "PixelPals",
repoName: "pixel-pals",
status: "Alpha",
engine: "Flutter / Firebase",
imagePath: "/forge/pixel-pals.png",
description:
"A GPS-driven, cooperative creature collection game built to encourage exercise. Features turn-based tactical combat, class-based progression, and AI-generated companion art based on player descriptions.",
highlights: [
"GPS / Mapbox Integration",
"Generative AI (Pet Synthesis)",
"Real-time Firebase Sync",
"Turn-based Battle Engine",
],
// externalLink: "https://pixelpals.app",
},
];