Metadata-Version: 2.1
Name: dogoban
Version: 0.0.1
Summary: Your trusty sheepdog is hungry. Help them corral the animals needed to produce their balanced food.
Home-page: UNKNOWN
Author: Barnaby Shearer
Author-email: b@zi.is
License: UNKNOWN
Project-URL: Source, https://github.com/BarnabyShearer/dogoban
Project-URL: Tracker, https://github.com/BarnabyShearer/dogoban/issues
Project-URL: Docker, https://hub.docker.com/repository/docker/barnabyshearer/dogoban
Keywords: game
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
License-File: LICENSE

=======
dogoban
=======
.. image:: https://img.shields.io/pypi/v/dogoban?color=success
    :target: https://pypi.org/project/dogoban
.. image:: https://img.shields.io/docker/v/barnabyshearer/dogoban/latest?color=success&label=docker
    :target: https://hub.docker.com/repository/docker/barnabyshearer/dogoban

Your trusty sheepdog is hungry. Help them corral the animals needed to produce their balanced food.

Install
-------

.. code-block:: bash

    python3 -m pip install dogoban

.. code-block:: bash

     dogoban level001.txt

Your dog responds to commands for the compass cardinal points: WASD.
They can only herd animals away from them; so be careful not to get stuck in a corner.

Screenshot
----------

::

    　　　⬛⬛⬛⬛⬛　　
    　　⬛　　　　　⬛　
    　⬛　　　🐕　　　⬛
    　⬛　　　　　　　⬛
    　⬛　　　🎯　　　⬛
    　⬛　　　　　　　⬛
    　⬛　　　🐓　　　⬛
    　　⬛　　　　　⬛　
    　　　⬛⬛⬛⬛⬛　　



