Automated ingestion of prompt: Chess Game

This commit is contained in:
promptadmin 2026-06-06 19:29:10 +00:00
parent 2a07b24ab7
commit 11ff4cb252
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
title: "Chess Game"
contributor: "@f"
tags: #general, #f
---
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.