# Tool: Find Prompt for Retro 8-bit Pixel Art Assets

> Engineer authentic retro 8-bit and 16-bit pixel art scenes with the BOPINK Pixel Art Generator. Built for indie game developers, retro enthusiasts, and digital artists, this tool generates prompts for Midjourney v6 and FLUX.1. It controls pixel grid fidelity, restricted arcade color palettes, dithering shading techniques, and 16-bit SNES aesthetics while eliminating blurry anti-aliasing artifacts.

**Category**: prompts-ai-image | **Target AI Models**: Midjourney v6, FLUX.1

## Domain Parameters:
- `pixelBit` (select): Pixel Engine & Resolution (Default: "16-bit SNES")
- `ditheringTechnique` (toggle): Dithering Pattern Shading (Default: "true")
- `preventAntiAliasing` (toggle): Forbid Anti-Aliasing & Edge Blur (Default: "true")
- `aspectRatio` (select): Aspect Ratio (--ar) (Default: "16:9")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "find-prompt-for-retro-8bit-pixel-art-assets",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
