Bossanz/Acuitmesh-Test — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a polished real time Tic Tac Toe web app for an internship challenge.

I want people to be able to create a game room, share it with a friend, and play turn by turn in the browser. Other people should be able to open the room and watch as spectators. The game must clearly show whose turn it is, block invalid moves, detect wins and draws, and keep the game state safe even if two people click at nearly the same time.

Please include a replay feature so finished games can be reviewed move by move later. Store games and moves in a database, and handle the important game rules on the server, not just in the UI.

Make it feel modern and smooth, with a clean glassy interface and small animations. It should be written in TypeScript with a Next style full stack setup, use Prisma with PostgreSQL, and be easy to run locally with Docker. Look up current docs online if you need to.

Want more depth? Deep Reverse