Zer0will/chess-4-tsa — reverse-engineered prompt
Reverse engineered prompt
Build me a simple chess website for a school TSA style project. I want a home page, a play page where two people can play chess in the browser, a points page that explains or shows the scoring, a leaderboard, and a profile page for a player.
Keep it clean and easy to use, with a nice chess theme and images if they’re available. The chess board should let players move pieces, take pieces, switch turns, and show basic game status like whose turn it is and when the game is over. Save player names, points, and leaderboard scores with a small JavaScript server so the pages feel connected.
Also include a basic admin area where someone can manage or reset scores if that already fits the project. Use plain JavaScript, HTML, and CSS unless something else is already set up. If you need current chess rule details, look them up online and keep the implementation practical.
Want more depth? Deep Reverse