Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leifwalsh/mastermind-pl

mastermind in perl
https://github.com/leifwalsh/mastermind-pl

Last synced: 7 days ago
JSON representation

mastermind in perl

Awesome Lists containing this project

README

        

mastermind.pl
=============

A version of the game
[Mastermind](http://en.wikipedia.org/wiki/Mastermind_%28board_game%29) written
in perl.

Usage
=====

% ./mastermind.pl
Enter your guess [b c g p r y]: b b c c
[o o o o] [o o o .]

(There is no way to represent color in this README, but I'm sure you'll pick up
quick.)

TODO
====

* Write documentation