Cuter sprites - #5
Conversation
Redesign the creature with single-width box-drawing glyphs (width math unchanged): rounded head, wide-set expressive eyes per mood, little antennae and feet on the kid, a footless chibi baby, a speckled egg. Regenerate the repo's share card with the new art; snapshots updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Claude finished @dvd90's task in 2m 53s —— View job Review: Cuter sprites (PR #5)
Scope check: only Main finding — the "display width ==
|
…book - docs/demo.gif: rendered idle loop of Byte + HUD, embedded as the README hero - README: expanded with install options, mood faces, life-stage table, a "How it works" data-flow section, and the share-card explainer - docs/ARCHITECTURE.md: layer-by-layer tour + the v1 health formula - CONTRIBUTING.md: setup, the non-negotiables, testing conventions - docs/manual-tests.md: verified copy-paste scenarios for every mood and stage Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Claude finished @dvd90's task in 1m 18s —— View job Review: Cuter sprites (PR #5) — update
What's new since the last review: commit Docs spot-check: the new architecture/README claims were cross-checked against the actual source and hold up — e.g. the life-stage table ( Previous finding still open, unaddressed by this push:
Everything else in this push: the docs additions are well-scoped (contributing guide, architecture tour, manual-test playbook, README overhaul with a demo GIF) — none of it touches Note: I still can't run Overall: nice docs pass, no regressions introduced. The one open item is the ambiguous-width glyph risk from the original review, carried over unchanged. |
The v0.1 creature read as boxy — this redesigns it to actually be cute (the pet is the UI).
Rounded body, wide-set expressive eyes per mood, little antennae + feet on the kid, a footless chibi baby, a speckled egg. Drawn with single-width box-drawing glyphs, so the terminal width math (
line.length === display width) is unchanged and the ≤12×6 invariant still holds.src/ui/sprites/byte.tsredesignedPreview of all moods + growth stages: rendered in the PR discussion / shared separately.
🤖 Generated with Claude Code