Instructs AI to build a full chess game in HTML5, CSS3, and JS.
Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules with move validation. Add move highlighting and piece movement animation. Include game clock with multiple time control options. Implement notation recording with PGN export. Add game analysis with move evaluation. Include AI opponent with adjustable difficulty levels. Support online play with WebRTC or WebSocket. Add opening book and common patterns recognition. Implement tournament mode with brackets and scoring.
This prompt guides an AI to generate complete code for an interactive chess application. It produces a web-based game featuring standard rules, animations, AI opponents, time controls, and export options. The result is a self-contained, playable chess platform ready for browser use.
The AI returns a single HTML file with embedded CSS and JavaScript that renders a chessboard, validates moves, includes timers, and offers an adjustable AI opponent.
It aims to produce working code but may need minor debugging for complex features like WebRTC.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by f. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.