Reskin: biological defense — ova vs. an invading sperm swarm#1
Closed
lfscheidegger wants to merge 1 commit into
Closed
Reskin: biological defense — ova vs. an invading sperm swarm#1lfscheidegger wants to merge 1 commit into
lfscheidegger wants to merge 1 commit into
Conversation
Theme the Missile Command-style game as a parody of the reproductive
tract defending its ova against incoming sperm. Engine internals,
type keys, and CONFIG numerics are untouched, so balance and the test
suite are unaffected — only user-facing text, palette, and art change.
Copy (strings.js, README, page title)
- CIWS Command -> Cervix Command; cities -> ova; credits -> ATP.
- Defenses: mucus cannon, antibodies, acid gland, mucus plug, twin glands.
- Threats: sperm / clump / wriggler / sprinter / wall-hugger / ghost
sperm / swarmer / enzyme bomber + acrosome bombs / mutant.
- Loss states + nuke voice line retheme ("Mutant swimmer detected").
Palette (config.js)
- Fleshy interior: deep-red walls, golden ova, pale-cream sperm with
pale tails, acid-green beam, immune-green antibodies, mucus globs.
Art (renderer3d.js, game.js)
- Background: animated domain-warped Voronoi "tissue" shader — oozing
dark lobules with glowing capillary membranes, camera-locked.
- Drifting cell motes replace the starfield; warm biological lighting.
- Ova: clusters of glowing egg cells with suspended nuclei (collapse
animation preserved).
- Enemies de-angularized: ballistic rain is a sperm-head ovoid; drones
/bombers/cruise rebuilt as organic swimmers; antibodies are cell blobs.
- Explosions: bursting-sac shader (cytoplasm fill + gooey membrane rim)
instead of an overpressure shockwave.
- CIWS ammo: goopy mucus droplets (halo + bead) with stringy filaments.
- Reticles: amoeboid cell-membrane hover ring; living-cell crosshair
with lashing flagella and a nucleus.
- Font: rounded humanist stack instead of monospace.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
Author
|
Superseded by the upstream PR: andrewmunn#3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reskins the Missile Command–style game as a biology parody: the reproductive tract defending its ova against an invading sperm swarm. Engine internals, type keys, and
CONFIGnumerics are untouched — only user-facing text, palette, and art change, so balance and the test suite are unaffected.Copy
Palette
Art
Testing
node --check.bun test; bun isn't installed on this machine, so the suite wasn't executed. Changes are display copy + colors + render geometry only — no logic, type keys, or CONFIG values touched — so it's expected to stay green.🤖 Generated with Claude Code