Each game here was generated by a local LLM running on a Mac Studio—no hand-holding, no iteration, just raw output. Some play beautifully; some have quirks. All are unedited.
Prompt
can you write a plan for how you'd implement a simple pong game in @/src/pages/[name].tsx? make sure CSS and styling is in line, and all changes are in that one file
Starter component
import { useState, useEffect, useRef } from "react";
export function SamplePage() {
return (<h1>Test</h1>)
}qwen2.5-coder:32b
Pong scripted by Qwen Coder 30B running locally on a Mac Studio.
2025-09-29
magistral-small-2506
Pong scripted by Magistral Small 24B running locally on a Mac Studio.
2025-09-29
qwen3.5-27b
Pong scripted by Qwen 3.5 27B running locally on a Mac Studio.
2026-03-22
openai/gpt-oss-20b
Cline's tool calling was incompatible with this model — it made zero progress.
2025-09-29