Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 528 Bytes

File metadata and controls

16 lines (12 loc) · 528 Bytes

Tutorial

Note

This a Python tutorial reliant on a Modern ECS implementation. In this case `tcod-ecs`_ will be used. Most other Python ECS libraries do not support entity relationships and arbitrary tags required by this tutorial. If you wish to use this tutorial with another language you may need a Modern ECS implementation on par with `Flecs`_.

.. toctree::
    :maxdepth: 1
    :glob:

    part-*