
Attack of the Orcs
==================

Introduction
--------------
This is a command line fantasy war game!

Documentation
--------------
Documentation cam be found at...

Example Usage
--------------
Here is an Example to import the modules from this package.

.. code:: python

    from wargame.attackoftheorcs import AttackOfTheOrcs
    game = AttackOfTheOrcs()
    game.play()

LICENSE
--------
See LICENSE.txt file

