A simple Chess game built using Python, Flask, and JavaScript UI. The project includes a backend chess engine in Python and a frontend user interface for playing chess in the browser. CHESS/ │── ...
A pure client-side chess game implementation that runs entirely in the browser. All computation happens on the client side, making it perfect for static hosting on GitHub Pages. The AI uses async ...