diff --git a/TP8/ROBOT/Côté_Robot_24.pdf b/TP8/ROBOT/Côté_Robot_24.pdf
new file mode 100644
index 0000000..8bc6640
Binary files /dev/null and b/TP8/ROBOT/Côté_Robot_24.pdf differ
diff --git a/TP8/ROBOT/ROBOT.sln b/TP8/ROBOT/ROBOT.sln
new file mode 100644
index 0000000..756a5b1
--- /dev/null
+++ b/TP8/ROBOT/ROBOT.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.7.34221.43
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ROBOT", "ROBOT.vcxproj", "{D8576F8D-202E-43D4-B649-16F43537FEC7}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Debug|x64.ActiveCfg = Debug|x64
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Debug|x64.Build.0 = Debug|x64
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Debug|x86.ActiveCfg = Debug|Win32
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Debug|x86.Build.0 = Debug|Win32
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Release|x64.ActiveCfg = Release|x64
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Release|x64.Build.0 = Release|x64
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Release|x86.ActiveCfg = Release|Win32
+ {D8576F8D-202E-43D4-B649-16F43537FEC7}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {5AFDF616-7FA6-4C58-98EB-A32F1A90369E}
+ EndGlobalSection
+EndGlobal
diff --git a/TP8/ROBOT/ROBOT.vcxproj b/TP8/ROBOT/ROBOT.vcxproj
new file mode 100644
index 0000000..95f332e
--- /dev/null
+++ b/TP8/ROBOT/ROBOT.vcxproj
@@ -0,0 +1,139 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+
+
+
+
+
+
+ 17.0
+ Win32Proj
+ {d8576f8d-202e-43d4-b649-16f43537fec7}
+ ROBOT
+ 10.0
+
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+ Application
+ true
+ v143
+ Unicode
+
+
+ Application
+ false
+ v143
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ true
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+ Level3
+ true
+ _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+
+
+
+
+ Level3
+ true
+ true
+ true
+ NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/TP8/ROBOT/ROBOT.vcxproj.filters b/TP8/ROBOT/ROBOT.vcxproj.filters
new file mode 100644
index 0000000..c913357
--- /dev/null
+++ b/TP8/ROBOT/ROBOT.vcxproj.filters
@@ -0,0 +1,30 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Fichiers de ressources
+
+
+ Fichiers de ressources
+
+
+
+
+ Fichiers sources
+
+
+
\ No newline at end of file
diff --git a/TP8/ROBOT/ROBOT.vcxproj.user b/TP8/ROBOT/ROBOT.vcxproj.user
new file mode 100644
index 0000000..88a5509
--- /dev/null
+++ b/TP8/ROBOT/ROBOT.vcxproj.user
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/TP8/ROBOT/Robot1.txt b/TP8/ROBOT/Robot1.txt
new file mode 100644
index 0000000..69c314b
--- /dev/null
+++ b/TP8/ROBOT/Robot1.txt
@@ -0,0 +1,7 @@
+6
+R;7;
+R;3;
+N;8;
+B;1;
+N;8;
+R;9;
\ No newline at end of file
diff --git a/TP8/ROBOT/Robot2.txt b/TP8/ROBOT/Robot2.txt
new file mode 100644
index 0000000..f5573a4
--- /dev/null
+++ b/TP8/ROBOT/Robot2.txt
@@ -0,0 +1,6 @@
+5
+B;3;
+B;4;
+N;8;
+R;4;
+B;2;
\ No newline at end of file
diff --git a/TP8/ROBOT/main.cpp b/TP8/ROBOT/main.cpp
new file mode 100644
index 0000000..0926a11
--- /dev/null
+++ b/TP8/ROBOT/main.cpp
@@ -0,0 +1,264 @@
+#include
+#include
+#include
+#include
+#include