var games = [
    {
        "short": "longrange",
        "title": "Long Range Ballistics Simulator",
        "image": "./images/longrange.png",
        "date": "2025-03-15",
        "desc": "A browser-based long distance shooting simulator. Engage man-sized targets at 200-1800m using a Mil-dot scope, dialing elevation and windage to compensate for bullet drop and wind drift. Choose from 5 calibers (.308 Win, .300 Win Mag, .338 Lapua, .338 Norma, .50 BMG) and test your skills against fixed or moving targets. Features realistic ballistics, a dope card, spotting scope PIP, and a full mil-dot reticle.",
        "tags": [
            "shooting",
            "simulation",
            "ballistics",
            "military",
            "tactical",
            "canvas",
            "javascript"
        ],
        "url": "./longrange/index.html"
    },
    {
        "short": "tractor-click",
        "title": "Tractor Factory No. 1",
        "image": "./images/tractor-click.png",
        "date": "2025-06-01",
        "desc": "A Soviet-themed incremental game inspired by Universal Paperclips. Start with nothing but a hammer and a dream (mandated by the Party), and build tractors for the glory of the people. Progress through 5 stages: from manual assembly at The Workbench to full automation, nuclear-powered tractors, and eventually launching cosmic tractors to the Lunar Kolkhoz. Features resource management, disasters, Five-Year Plan quotas, and a Glasnost prestige system.",
        "tags": [
            "incremental",
            "clicker",
            "soviet",
            "humor",
            "idle",
            "javascript"
        ],
        "url": "./tractor/click.based.html"
    },
    {
        "short": "tractor-turn",
        "title": "Svetlana Tractor Factory #47 \u2014 Turn-Based",
        "image": "./images/tractor-turn.png",
        "date": "2025-06-10",
        "desc": "A turn-based strategy game set in a Soviet tractor factory. Manage production, morale, Party favor, and rubles through 120 turns while facing escalating Five-Year Plan quotas. Features 11 unique narrative events with branching choices (bribe the inspector, handle the KGB visit, impress foreign delegates) and 6 different endings based on your performance. Inspired by the original click-based version but with deeper strategic decisions.",
        "tags": [
            "turn-based",
            "strategy",
            "soviet",
            "management",
            "narrative",
            "javascript"
        ],
        "url": "./tractor/turn.based.html"
    }
];