alexciao/atombuilder — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Unity game called Atombuilder for a science project.

I want the player to be given a random element from the periodic table and then try to build the correct atom. Keep it fun and easy to understand, with a clean interface, nice icons, and a little bit of personality. The game should track score and streaks like this: every correct atom gives plus 1 streak, and the current streak gets added to the score. Every wrong answer resets the streak and removes 1 point from the score.

Please make it work with periodic table data loaded at runtime from the internet, since that is how this project is supposed to behave. If there is already local JSON data in the repo, use that structure and wire it up properly. I would like the project to open and run in Unity 2021, and be in a good state to build as a desktop game. If you need details, check the current Unity docs online and fill in any obvious gaps.

Want more depth? Deep Reverse