Rusty Rooks is a community-driven chess application where teams collaborate and vote on their next moves. Built in Rust, this application ensures a fair and interactive experience for all players involved. Connect via SSH or netcat (nc) to participate in the game and contribute to your team's strategy.
- Community Voting: Teams vote on the next move, ensuring a democratic decision-making process.
- Real-time Updates: The board is updated in real-time, reflecting the collective decision of the team.
- Accessible Interface: Connect easily via SSH or netcat to join the game from anywhere.
- Secure and Robust: Built with Rust for performance and safety.
- Rust installed on your machine. You can install it from here.
- SSH or netcat (nc) installed.
Clone the repository:
git clone https://github.com/UltraFishy/rusty-rooks.git
cd rusty-rooks
nc rusty-rooks.game 2345