From bd43779933a9e61b580811d1e1bfb5fff16b5702 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: chess monitor --- .../Chess Monitor/bin/Debug/Chess Monitor.exe | Bin 0 -> 35328 bytes .../bin/Debug/Chess Monitor.exe.config | 6 ++ .../Chess Monitor/bin/Debug/Chess Monitor.pdb | Bin 0 -> 73216 bytes chess_monitor/Chess Monitor/bin/Debug/game1.txt | 64 +++++++++++++++++++++ chess_monitor/Chess Monitor/bin/Debug/game2.txt | 64 +++++++++++++++++++++ chess_monitor/Chess Monitor/bin/Debug/setup.txt | 64 +++++++++++++++++++++ 6 files changed, 198 insertions(+) create mode 100644 chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe create mode 100644 chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe.config create mode 100644 chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb create mode 100644 chess_monitor/Chess Monitor/bin/Debug/game1.txt create mode 100644 chess_monitor/Chess Monitor/bin/Debug/game2.txt create mode 100644 chess_monitor/Chess Monitor/bin/Debug/setup.txt (limited to 'chess_monitor/Chess Monitor/bin') diff --git a/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe new file mode 100644 index 0000000..5dbf60f Binary files /dev/null and b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe differ diff --git a/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe.config b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb new file mode 100644 index 0000000..adf3ec7 Binary files /dev/null and b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb differ diff --git a/chess_monitor/Chess Monitor/bin/Debug/game1.txt b/chess_monitor/Chess Monitor/bin/Debug/game1.txt new file mode 100644 index 0000000..8e52a47 --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/game1.txt @@ -0,0 +1,64 @@ +W Rook +W Pawn + + + + +B Pawn +B Rook +W Knight +W Pawn + + + + +B Pawn +B Knight +W Bishop +W Pawn + +W Pawn + + +B Pawn +B Bishop +W King + + + + + +B Queen +B King +W Queen + + +W Pawn + + +B Pawn + + +W Pawn + + + + +B Pawn +B Bishop +W Knight +W Pawn + + + + +B Pawn +B Knight +W Rook +W Pawn + + + + +B Pawn +B Rook diff --git a/chess_monitor/Chess Monitor/bin/Debug/game2.txt b/chess_monitor/Chess Monitor/bin/Debug/game2.txt new file mode 100644 index 0000000..6291497 --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/game2.txt @@ -0,0 +1,64 @@ +W Rook +W Pawn + + + + +B Pawn +B Rook +W Knight +W Pawn + + + + +B Pawn +B Knight +W Bishop +W Pawn + + + + +B Pawn +B Bishop +W King + + +W Pawn + + + +B King +W Queen + + +B Pawn + + +B Pawn +B Queen +W Bishop +W Pawn + + + + +B Pawn +B Bishop +W Knight +W Pawn + + + + +B Pawn +B Knight +W Rook +W Pawn + + + + +B Pawn +B Rook diff --git a/chess_monitor/Chess Monitor/bin/Debug/setup.txt b/chess_monitor/Chess Monitor/bin/Debug/setup.txt new file mode 100644 index 0000000..3ebd81b --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/setup.txt @@ -0,0 +1,64 @@ +W Rook +W Pawn + + + + +B Pawn +B Rook +W Knight +W Pawn + + + + +B Pawn +B Knight +W Bishop +W Pawn + + + + +B Pawn +B Bishop +W King +W Pawn + + + + +B Pawn +B King +W Queen +W Pawn + + + + +B Pawn +B Queen +W Bishop +W Pawn + + + + +B Pawn +B Bishop +W Knight +W Pawn + + + + +B Pawn +B Knight +W Rook +W Pawn + + + + +B Pawn +B Rook \ No newline at end of file -- cgit 1.4.1