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
- Host: GitHub
- URL: https://github.com/book/games-mastermind
- Owner: book
- Created: 2010-01-04T13:12:38.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T23:35:20.000Z (over 5 years ago)
- Last Synced: 2025-02-05T01:45:22.546Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Games-Mastermind/
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.