portfolio/data/forge.ts
2026-02-03 13:56:34 +01:00

22 lines
728 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",
},
];