An open API service indexing awesome lists of open source software.

https://github.com/book/games-mastermind

A simple framework for MasterMind games
https://github.com/book/games-mastermind

Last synced: over 1 year ago
JSON representation

A simple framework for MasterMind games

Awesome Lists containing this project

README

          

Games-Mastermind

A simple framework for Mastermind games.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Copyright (C) 2005 Philippe "BooK" Bruhat

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.