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
This GitHub repository houses a comprehensive chess game built with object-oriented JavaScript, emphasizing clean architecture and modularity. The project includes various components such as the game board, pieces, and move validation, all organized into separate JavaScript files.
A strategic 2-player turn-based game played on a 5x5 grid, featuring Pawns and Heroes with unique movement patterns. Built using Node.js, WebSocket, and vanilla JavaScript for real-time gameplay.