.. Dice Game documentation master file, created by sphinx-quickstart on Fri Dec 5 22:45:55 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Dice Game ===================================== .. image:: /images/dice.jpg **Snakes and Ladders** is an ancient south asian **board game**. It is played between two or more players having numbered 1 to 100 on grided squares. A number of snakes and ladders are pictured on the board. Players throw dice in turn and accumulate their score till any of them score 100 and declared winners. .. note:: In order to have expected visual effect while playing the game make sure you installed termcolor module. To do so in OS X operating system run the command below and in order to play the game please follow the exact instructions explained at the bottom of user documentation. .. code:: bash sudo pip install termcolor .. toctree:: :maxdepth: 2 Documentation ============= * :ref:`user-document` * :ref:`developer-document`