Metadata-Version: 1.1
Name: CandyTable
Version: 2.1
Summary: UNKNOWN
Home-page: https://github.com/david30907d/HomeWork/tree/master/Python-%E6%9B%BE%E5%AD%B8%E6%96%87/hw1-CandyCrush
Author: davidtnfsh
Author-email: davidtnfsh@gmail.com
License: GPL3.0
Download-URL: https://github.com/david30907d/HomeWork/archive/v2.1.tar.gz
Description: 
        CandyTable
        ==========
        
        一個產生出CandyCrush初始table的小工具
        
        Getting Started
        ---------------
        
        These instructions will get you a copy of the project up and running on
        your local machine for development and testing purposes. See deployment
        for notes on how to deploy the project on a live system.
        
        Prerequisities
        ~~~~~~~~~~~~~~
        
        | 本套件pythno2跟python3皆通用
        | 若不能執行麻煩回報\ ``Pull Requests``
        
        Installing
        ~~~~~~~~~~
        
        -  安裝 Install：\ ``pip install CandyTable``
        
        Running & Testing
        -----------------
        
        Run
        ---
        
        執行下列指令：
        
        ::
        
            import CandyTable
            c = CandyTable.CandyTable(10,10)
            c.main()
        
        -  輸入想要的顏色數量： |table3|
        -  最高支援到35色，若初始圖片不可能讓三顆糖果連線，則自動refresh：
           |table35|
        
        | |table35-1| \* 取得這張CandyTable的資訊：
        | ``a.table``\ ：
          ``{     10: u'[0;33;40m 🍬 [0m',     11: u'[0;33;40m 🍬 [0m',     12: u'[0;32;40m 🍬 [0m',     13: u'[0;31;40m 🍬 [0m',     14: u'[0;33;40m 🍬 [0m',     15: u'[0;33;40m 🍬 [0m',     16: u'[0;32;40m 🍬 [0m',     17: u'[0;31;40m 🍬 [0m',     18: u'[0;33;40m 🍬 [0m',     19: u'[0;32;40m 🍬 [0m',     ...     108: u'[0;33;40m 🍬 [0m',     109: u'[0;33;40m 🍬 [0m' }``
        | x座標為1\ :sub:`10，y座標為0`\ 9
        | 字串一樣代表該位置的糖果是一樣的。
        
        Break down into end to end tests
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        not yet.
        
        And coding style tests
        ~~~~~~~~~~~~~~~~~~~~~~
        
        目前沒有coding style tests...
        
        Deployment
        ----------
        
        CandyTable 只是一個小玩具而已，\ ``pip install CandyTable`` 就好
        
        Built With
        ----------
        
        -  python2.7
        
        Contributors
        ------------
        
        -  **張泰瑋** `david <https://github.com/david30907d>`__
        
        License
        -------
        
        This package use ``GPL3.0`` License.
        
        Acknowledgments
        ---------------
        
        .. |table3| image:: https://github.com/david30907d/HomeWork/blob/master/Python-%E6%9B%BE%E5%AD%B8%E6%96%87/hw1-CandyCrush/candy3.png?raw=true
        .. |table35| image:: https://github.com/david30907d/HomeWork/blob/master/Python-%E6%9B%BE%E5%AD%B8%E6%96%87/hw1-CandyCrush/candy35_refresh.png?raw=true
        .. |table35-1| image:: https://github.com/david30907d/HomeWork/blob/master/Python-%E6%9B%BE%E5%AD%B8%E6%96%87/hw1-CandyCrush/candy35final.png?raw=true
        
        
        
Keywords: CandyTable
Platform: UNKNOWN
