.. Myrmidon documentation master file, created by sphinx-quickstart on Mon Sep 21 10:10:12 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Myrmidon: Python 2D Game Framework ================================== Myrmidon is a 2D generator-based game framework for Python. Installation ============ Via pip: :: pip install git+https://github.com/Fiona/Myrmidon.git Manual install: :: git clone https://github.com/Fiona/Myrmidon.git myrmidon cd myrmidon python setup.py install User Guide ========== This is designed to be read in order and essentially acts as Myrmidon's beginner tutorial. .. toctree:: :maxdepth: 2 introduction basic_window Entities as Generators (todo) Textured Entity (todo) Entity Properties (todo) Collisions (todo) Entity State System (todo) Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`