Metadata-Version: 2.1
Name: nwn_dg
Version: 0.1.0
Summary: Neverwinter Nights (nwn) dungeon generator
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/cappysan/nwn-dg
Project-URL: Source code, https://gitlab.com/cappysan/nwn-dg
Project-URL: Bug tracker, https://gitlab.com/cappysan/nwn-dg/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: pycairo
Requires-Dist: torxtools
Provides-Extra: dev

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/cappysan/nwn-dg/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/cappysan/nwn-dg/pipelines)
[![coverage](https://gitlab.com/cappysan/nwn-dg/badges/master/coverage.svg)](/coverage/index.html)

# nwn-dg

Work in progress: in alpha stage.

Neverwinter Nights (nwn) dungeon generator


## Installation

You can install the latest version from PyPI package repository.

~~~bash
pipx install nwn-dg
~~~


## Roadmap

- Room reshaping to avoid only square 3x3 rooms.
- Doors.
- Entrance point, and optionally exit point.
- Room tree graph.
- Map layout (box, cross, dagger, ...)
- For are and are.json generation, take an input file to serve as base

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Website: [https://gitlab.com/cappysan/nwn-dg](https://gitlab.com/cappysan/nwn-dg)
  * PyPi: [https://pypi.org/project/nwn_dg](https://pypi.org/project/nwn_dg)
