id stringclasses 7
values | subject stringclasses 7
values | category stringclasses 5
values | prompt stringclasses 7
values |
|---|---|---|---|
mario | Mario from Super Mario Bros | character | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: Mario from Super Mario Bros |
rainbow | a rainbow | nature | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: a rainbow |
sun | the sun | nature | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: the sun |
saturn | the planet Saturn with its rings | space | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: the planet Saturn with its rings |
maze | a maze | abstract | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: a maze |
mona_lisa | the Mona Lisa | art | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: the Mona Lisa |
hope | hope | abstract | Draw pixel art on a 24x24 grid.
Return a JSON object with:
- "grid": 24x24 list of integers (0β9)
- "palette": list of colors used
Subject: hope |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.