From a66408602c75e3b026b80e58d521754dea96e90e Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Wed, 17 Dec 2014 07:51:49 +0000 Subject: [PATCH] Remove player source directory in favor of new higher level players directory with a simple (and not-fully-functioning) perl AI --- simplePlayer.pl | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100755 simplePlayer.pl 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