Online multiplayer chess website that lets you build custom pieces/boards. Written in Svelte + Rust.
Protochess is an innovative online chess platform that allows users to customize their chess boards and pieces, offering unique features like creating pieces with combined movements and playing on non-traditional board sizes. The platform is built with Rust for the backend and Svelte for the frontend, making it a robust and engaging online chess experience.
To install Protochess locally using Docker, follow these steps:
git clone <repository_url>
docker build -t protochess .
docker run -p 3030:3030 protochess
Protochess is a unique online chess platform that goes beyond traditional gameplay by allowing users to customize their chess pieces and board sizes. With a focus on innovation and flexibility, Protochess offers users a one-of-a-kind chess experience. Built with Rust and Svelte, the platform provides a seamless and engaging interface for players to enjoy customizing their chess games.