commit a66408602c75e3b026b80e58d521754dea96e90e Author: mdiluzio Date: Wed Dec 17 07:51:49 2014 +0000 Remove player source directory in favor of new higher level players directory with a simple (and not-fully-functioning) perl AI diff --git a/simplePlayer.pl b/simplePlayer.pl new file mode 100755 index 0000000..b05583d --- /dev/null +++ b/simplePlayer.pl @@ -0,0 +1,65 @@ +#! /usr/bin/perl +use strict; +use warnings; + +our $usage_text=< $orderFile"); + + $turn++; + +} \ No newline at end of file