From e8610c81317976a03b1aeb2b5f44cf70df14c266 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 --- players/simplePlayer.pl | 65 ++++++++++++++++++++++++++++++++++++ source/player/CMakeLists.txt | 0 2 files changed, 65 insertions(+) create mode 100755 players/simplePlayer.pl delete mode 100644 source/player/CMakeLists.txt diff --git a/players/simplePlayer.pl b/players/simplePlayer.pl new file mode 100755 index 0000000..b05583d --- /dev/null +++ b/players/simplePlayer.pl @@ -0,0 +1,65 @@ +#! /usr/bin/perl +use strict; +use warnings; + +our $usage_text=< $orderFile"); + + $turn++; + +} \ No newline at end of file diff --git a/source/player/CMakeLists.txt b/source/player/CMakeLists.txt deleted file mode 100644 index e69de29..0000000