You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A functional online chess game that allows players to engage in matches against each other in real-time or challenge a computer opponent. Developed within 12 hours as a challenge, this project showcases real-time capabilities, essential chess game logic, and an intuitive frontend js and chess.js library , paired with a Django
Python app for memorizing chess openings, using Lc0 (a fast C++ engine with GPU acceleration) for evaluation and Lichess data to analyze opponents' move distributions.