diff options
Diffstat (limited to 'chess_monitor/Chess Monitor/bin/Debug')
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe | bin | 0 -> 35328 bytes | |||
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe.config | 6 | ||||
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb | bin | 0 -> 73216 bytes | |||
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/game1.txt | 64 | ||||
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/game2.txt | 64 | ||||
-rw-r--r-- | chess_monitor/Chess Monitor/bin/Debug/setup.txt | 64 |
6 files changed, 198 insertions, 0 deletions
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 --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.exe Binary files differdiff --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 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> + </startup> +</configuration> \ 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 --- /dev/null +++ b/chess_monitor/Chess Monitor/bin/Debug/Chess Monitor.pdb Binary files differdiff --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 |