Installation
============
Requirements
------------
- Python 3.9 or higher
- `pygame `_ >= 2.5.0
- `numpy `_
- `Pillow `_
From PyPI
---------
.. code-block:: bash
pip install tipping-pigs
Using ``uv`` (recommended)
--------------------------
.. code-block:: bash
git clone https://gitlab.gwdg.de/mpigea/dt/tipping-pigs-3.git
cd tipping-pigs-3
uv sync
Running the Game
----------------
After installation the game can be launched via the ``tipping-pigs`` entry point:
.. code-block:: bash
uv run tipping-pigs