/mastermind

[python] The classical game as a simple script

Primary LanguagePython

--------------------------------------------------------------------------------

    mastermind
    current version:    0.2.0
    by:                 Rikard Johansson

    The classical game as a simple script.

--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
    version 0.1.0, 2011-06-14
--------------------------------------------------------------------------------
    * Initial version, command line arguments not implemented
--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
    version 0.2.0, 2011-09-24
--------------------------------------------------------------------------------
    * Python 3 compatible
    * Implemented command line arguments
    * Added interrupt handler for SIGINT
    * Bugfix: random generator does not generate same codepeg twice
--------------------------------------------------------------------------------


--------------------------------------------------------------------------------
    version 0.3.0, xxxx-xx-xx
--------------------------------------------------------------------------------
    * 
--------------------------------------------------------------------------------