cannoneyed/isometric-nyc — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an interactive website for a giant AI generated isometric pixel art map of New York City, with a nostalgic SimCity 2000 and RollerCoaster Tycoon feeling.

The main thing should be a smooth map viewer where people can pan around the city, zoom in and out, and explore the artwork without loading the whole image at once. Use tiled image data, and make it easy to point the local app at existing production tiles in R2 if that setting is turned on.

Also include the supporting project pieces needed to manage the city map data and future tile generation, but keep the first version focused on getting the viewer working locally. I want clear setup steps, a simple development command, and enough docs that someone else can understand how the app, data, generation, and deployment pieces fit together.

Look up current docs online if you need to, and keep the implementation practical rather than over engineered.

Want more depth? Deep Reverse