Metadata-Version: 2.4
Name: connect-n-3d
Version: 0.0.3
Summary: Connect-N game in a 3d board as a gymnasium environment
Author-email: blazaid <alber.diaz@proton.me>
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gymnasium>=1.1.1
Requires-Dist: numpy>=2.2.5
Dynamic: license-file

# Connect‑N‑3D

A generalised 3‑D Connect‑N game featuring:

- Configurable dimensions (height X width X depth) and target length N.
- Clean Board API (`ConnectNBoard3D`).
- A Gymnasium environment (ConnectN3DEnv) for RL research.

## Installation

```python
pip install connect-n-3d
```
