Egypt Pop-Up Football Legend
GPT Image

Egypt Pop-Up Football Legend

gpt-image-prompt-egypt-pop-up-football-leg.txt
void main() { string team = "Egypt National Football Team"; beast = "Pharaoh Falcon inspired by Horus, with red, white, and black paper feathers accented by subtle gold details"; paper_style = "high-end pop-up book, matte paper, visible glue tabs, intricate kirigami engineering"; lighting = "macro studio photography, soft overhead light, shallow depth of field"; // Open storybook resting on a wooden table with visible page edges book_spread = render_book_base( page_text = "The Legend of Egypt" ); // Central pop-up: Cairo International Stadium rising from layered paper architecture stadium_popup = render_stadium_kirigami( "Cairo International Stadium", style = paper_style ); // Team mascot emerging from the center circle beast_popup = fold_from_single_sheet( beast, paper_texture = "textured red, white, black, and gold paper" ); // Egypt National Team Starting XI for (player p in infer_starting_XI("Egypt National Football Team")) { paper_doll = render_paper_doll( p, jersey = "Egypt home kit", joint_type = "brads", tab = "sliding tab for kick action" ); place_on_popup( paper_doll, position = infer_formation_coordinates(p) ); } // Interactive paper mechanics add_interactive_elements([ "Pull here to launch Egypt's lightning counter-attack!", "Lift the flap to reveal tactical secrets!", "Spin the wheel to hear the stadium roar!", "Open the hidden panel to discover Egypt's football legends!" ]); // Decorative details add_background_elements([ "Egyptian pyramids", "The Nile River", "Palm trees", "Ancient hieroglyphic borders", "Paper Egyptian flags waving through the stands", "Golden confetti celebrating victory" ]); overlay_book_title( "The World Cup Pop-Up: Egypt", font = "child-like storybook serif" );}