Metadata-Version: 2.1
Name: zombie_nomnom
Version: 0.2.1
Summary: A Zombie Dice Game Engine Library and Executable
Keywords: game,engine,dice
Author-Email: Andres Carrera <andreshcar@live.com>
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Homepage, https://github.com/carrera-dev-consulting/zombie_nomnom
Project-URL: Documentation, https://consulting.gxldcptrick.dev/zombie_nomnom/docs
Project-URL: Repository, https://github.com/carrera-dev-consulting/zombie_nomnom
Project-URL: Issues, https://github.com/carrera-dev-consulting/zombie_nomnom/issues
Project-URL: Changelog, https://github.com/carrera-dev-consulting/zombie_nomnom/releases
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.9.2
Requires-Dist: click>=8.1.7
Description-Content-Type: text/markdown

Zombie Nom Nom
===

This is a game engine that is modeled after the popular board game zombie dice. This is meant for practice to be able to be messed with and explored.

[![Test and Deploy Docs](https://github.com/Carrera-Dev-Consulting/zombie_nomnom/actions/workflows/deploy-docs.yaml/badge.svg)](https://github.com/Carrera-Dev-Consulting/zombie_nomnom/actions/workflows/deploy-docs.yaml)

Useful Links
---

Links to result of code coverage and pytest of latest builds.

* [Coverage Report](https://consulting.gxldcptrick.dev/zombie_nomnom/coverage/)
* [Latest Test Run](https://consulting.gxldcptrick.dev/zombie_nomnom/coverage/report.html)
* [Documentation](https://consulting.gxldcptrick.dev/zombie_nomnom/)

Installation
---

`pip install zombie_nomnom`


We require at least python 3.10 to be able to run properly.


Usage
---

# TODO(Dean): Fill in with details on how to use the die.

Contribution
---
# TODO(Milo): Add details to how to contribute to the repo
