Compare all models on this prompt →
2048 · north-mini-code
Build a playable 2048 game with arrow-key tile sliding and merging, smooth animations, a score, and win and lose states.
⚠ no runnable output
This one-shot run produced no runnable artifact.
agent produced no index.html
The transcript below shows what the model did — read it to see why the one shot fell short.
transcript · 4 messages
user
Build a playable 2048 game with arrow-key tile sliding and merging, smooth animations, a score, and win and lose states.
assistant
thinking
I need to create a self-contained 2048 game in a single index.html file. Let me think about what's required: 1. Game board (4x4 grid) 2. Tile sliding with arrow keys 3. Tile merging when same numbers collide 4. Smooth animations 5. Score tracking 6. Win/lose states 7. Self-contained (no external resources) Let me start by creating the HTML structure with CSS and JavaScript all in one file. First, I should check what's in the current directory to understand the environment better.
→ bash
{"command":"ls -la"}toolResult
total 0 drwxr-sr-x. 2 node node 6 Aug 2 03:18 . drwxrwsrwx. 3 root node 16 Aug 2 03:18 ..
assistant
thinking
The directory is empty. I need to create a complete 2048 game implementation in a single HTML file. I'll create an index.html file with all the game logic, styling, and behavior embedded. Let me start writing the HTML file:
→ write
/tmp/ws/index.html (17929 bytes)TAKE IT TO CODE
This run produced no artifact — reuse the prompt with a different model or your own pi-agent run.
RUN
modelnorth-mini-code
vendorCohere
harnesspi-agent
generated2026-08-02
METRICS
runtime229.8s
tokens in2.7k
tokens out4.8k
cached0
cost / run$0.0000