"use client"; import { Hammer, History, Target, Code2 } from "lucide-react"; import PageLayout from "@/components/PageLayout"; export default function ForgePage() { return (

TheForge


The Forge is where I document my current engineering focus. This space reflects active builds, experimental prototypes and gives a taste of my next releases.

{/* Main Project Card */}

Project: PixelPals

Build Phase: Alpha 0.1 Engine: Godot / GDScript
Active Focus

Exploring procedural generation and state-machine-driven AI behaviors. The goal is to bridge my experience in systems architecture with real-time game loops and interactive storytelling.

{/* Milestones / Changelog */}

Development_Log

  • 2026-02-02

    Implemented dynamic weather patterns using custom shaders.

  • 2026-01-28

    Optimized asset loading pipeline for faster initial scene entry.

); }