# Hyperchess
A terminal-based multiplayer chess game written in Rust.
## Features
- TUI (Terminal User Interface) using Ratatui.
- Real-time multiplayer via TCP.
- Local hotseat mode.
## Installation
```bash
cargo install hyperchess
```
## How to Play
Run the following command to join the global server:
```bash
hyperchess --multiplayer
```