hyperchess 0.1.1

A fast, terminal-based multiplayer chess game built with Rust.
Documentation
# 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
```