A new-school reimagining of Sierra's 1980s AGI interpreter in Rust + macroquad: - Dual-buffer (visual + priority) room model with hand-painted walkability - In-engine room editor: brush/line/rect/fill/pick/erase/oval/image/spawn/object tools - Sprite pipeline (PNG -> EGA quantize), multi-room worlds with edge exits - Objects with look/use/needs/keys/win conditions (no code) - Forgiving text parser + optional local-LLM lane (Ollama / OpenRouter) - Branching NPC dialogue trees, chiptune SFX, per-room ambient music - Content kit: 61 archetypes across fantasy/scifi/monsters/saucy/horror - Full docs: README, EDITOR_GUIDE, MANUAL, art manifesto + Gemini prompts Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
# Monster sprites — Gemini Nano Banana prompts
|
||
|
||
Generate each on a **solid flat magenta (#FF00FF) background**, key the magenta to
|
||
transparent, drop into `sprites/` with the filename shown, press `R`. (Or draw in
|
||
Aseprite — cleaner for tiny pixels.) Colours snap to EGA on load.
|
||
|
||
**STYLE (prepend to every prompt):**
|
||
> 16-colour EGA pixel-art creature sprite, single monster centred and standing on the bottom edge, bold readable silhouette, flat hard-edged colours, vivid saturated creature palette, retro 1980s Sierra/AGI look, slightly comedic, facing the viewer, on a solid flat magenta (#FF00FF) background, NO text, NO drop shadow, NO scene.
|
||
|
||
| filename | size | subject |
|
||
|----------|------|---------|
|
||
| `goblin` | 14×20 | a small hunched green goblin with big ears and a crooked grin |
|
||
| `slime` | 16×12 | a glossy green blob with two dot eyes, a boot half-dissolved inside |
|
||
| `bat` | 16×10 | a leathery purple bat, wings spread, fangs |
|
||
| `spider` | 18×14 | a fat dinner-plate spider, eight legs, cluster of red eyes |
|
||
| `skeleton` | 14×22 | a grinning white skeleton, loose-jointed, casual pose |
|
||
| `zombie` | 14×22 | a shambling green-grey zombie, one arm out, torn clothes |
|
||
| `troll` | 18×24 | a big lumpy blue-grey troll, tiny head, huge fists |
|
||
| `ghost` | 14×20 | a translucent pale ghost with a trailing wispy tail, hollow eyes |
|
||
| `dragon` | 20×18 | a small fat red dragon, tiny wings, smug, guarding one spoon |
|
||
| `eyeball` | 12×12 | a single floating bloodshot eyeball, veiny, alert |
|
||
| `wolf` | 18×14 | a lean grey wolf in profile, ears flat, yellow eyes |
|
||
|
||
Reuses: `mimic`→`chest`. (And `orc` already exists from the fantasy kit.)
|
||
|
||
**Flat template:** `<STYLE> Subject: <subject>.`
|