gsaker/Hackathon-TITAN — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a hackathon style project called TITAN that runs locally with a Rust backend and a simple web front end. I want it to feel like a small game or rendering playground where the browser can connect to the backend, start a demo, and show visual output from the engine.

Keep it practical and easy to run. Use Docker Compose if that’s already the easiest path, and make sure there are clear commands for local development and testing. The frontend doesn’t need to be fancy, but it should let me pick or launch a demo game, see the rendered result or output image, and show basic status messages if something fails.

Please organize the code so the engine, backend, shared code, games, and tests stay cleanly separated. Add a short README with setup steps, what the project does, and how to add another demo later. Look up current docs online if you need to.

Want more depth? Deep Reverse