voximity/sparkyscrape — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Geometry Dash level guesser inspired by the Sparky bot games in the Geometry Dash Discord. It should watch game posts, learn from the level images over time, keep a small local database of known levels, and try to recognize the same levels when they appear again.

I want a Rust backend that handles the Discord connection, image processing, database updates, and guessing. It should compare images using color channel data and DCT style coefficients, then score likely matches. If the real answer shows up later, use it to confirm whether the guess was right and add missed levels to the database.

Also make a simple React web dashboard that connects to the Rust program live and shows recent guesses, learned levels, accuracy or performance stats, and clear feedback when it gets one right. Add a fun confetti effect for correct guesses.

Please keep it educational and local first, with clear setup notes and warnings that using it on the real Geometry Dash Discord may break server rules.

Want more depth? Deep Reverse