summaryrefslogtreecommitdiff
path: root/pgn
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2016-06-01 18:58:58 -0700
committerScott Gasch <[email protected]>2016-06-01 18:58:58 -0700
commit3fd43cd5fcb22bb65bf2a92a25d95d801b11c9e0 (patch)
tree9b6443235d16ba17f094a1a1c7ae53d2bcb9267b /pgn
Initial checkin for typhoon chess engine.
Diffstat (limited to 'pgn')
-rw-r--r--pgn/cegtges.pgn.bz2bin0 -> 9044827 bytes
-rw-r--r--pgn/twic.pgn.bz2bin0 -> 72925984 bytes
-rwxr-xr-xpgn/twic.pl6
3 files changed, 6 insertions, 0 deletions
diff --git a/pgn/cegtges.pgn.bz2 b/pgn/cegtges.pgn.bz2
new file mode 100644
index 0000000..252ee5f
--- /dev/null
+++ b/pgn/cegtges.pgn.bz2
Binary files differ
diff --git a/pgn/twic.pgn.bz2 b/pgn/twic.pgn.bz2
new file mode 100644
index 0000000..c00a328
--- /dev/null
+++ b/pgn/twic.pgn.bz2
Binary files differ
diff --git a/pgn/twic.pl b/pgn/twic.pl
new file mode 100755
index 0000000..1fccae2
--- /dev/null
+++ b/pgn/twic.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+
+for ($x = 608; $x > 0; $x--)
+{
+ system "fetch http://www.chesscenter.com/twic/zips/twic" . $x . "g.zip";
+}