Metadata-Version: 2.1
Name: dominx
Version: 0.1.0
Summary: An open-source library for game development.
Author-email: Zenthm <zenthm.dev@gmail.com>
License: LICENSE.txt
Project-URL: Homepage, https://dominx.readthedocs.io/en/latest
Project-URL: Documentation, https://dominx.readthedocs.io/en/latest
Project-URL: Download, https://pypi.org/project/dominx
Project-URL: Source, https://github.com/zenthm/dominx
Project-URL: Tracker, https://github.com/zenthm/dominx/issues
Keywords: python,game
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# dominx

The library **dominx** is an open-source library designed for creating games. It provides a robust
set of tools and utilities that make it easier for developers to design and implement game
mechanics.

## Installation

You can install the library using `pip`. Before installation, ensure you have Python and pip
installed on your system. The library requires Python 3.7 or later to function properly.

```bash
pip install dominx
```

Alternatively, you can install the latest version directly from the GitHub repository:

```bash
pip install git+https://github.com/zenthm/dominx.git
```

## License

This project is licensed under the MIT License - see the
[LICENSE](https://github.com/zenthm/dominx/blob/main/LICENSE.txt) file for details.

## Code of Conduct

I am committed to treating everyone with respect and kindness, regardless of their background,
beliefs, or identity. As a member of the open source community, I believe it is important to create
a welcoming and inclusive environment for all.

To that end, I ask that anyone who interacts with this project or contributes to it follow this
[Code of Conduct](https://github.com/zenthm/dominx/blob/main/CODE_OF_CONDUCT.md).
The Code of Conduct outlines specific behaviors that are expected of contributors and community
members, as well as the consequences for violating the Code of Conduct.

If I observe or experience any behavior that violates this Code of Conduct, I may take any action I
deem appropriate, including warning the offender or blocking them from further interaction with
this project.

I take this Code of Conduct seriously and am committed to creating a positive and respectful
environment for everyone who interacts with this project.
