diff --git a/public/videos/aim_lab_demo.mov b/public/videos/aim_lab_demo.mov new file mode 100644 index 0000000..0a13415 Binary files /dev/null and b/public/videos/aim_lab_demo.mov differ diff --git a/public/videos/chess_opencv_demo.mov b/public/videos/chess_opencv_demo.mov new file mode 100644 index 0000000..ccef196 Binary files /dev/null and b/public/videos/chess_opencv_demo.mov differ diff --git a/src/components/sections/ProjectsComponent.svelte b/src/components/sections/ProjectsComponent.svelte index 87d43c4..e804dcd 100644 --- a/src/components/sections/ProjectsComponent.svelte +++ b/src/components/sections/ProjectsComponent.svelte @@ -222,11 +222,9 @@
+ A script that plays against opponents on lichess. + Uses OpenCV to detect the board and pieces, and the + Stockfish chess engine to determine the best moves. + Then uses PyAutoGUI to play the moves on the + browser. +
++ A script that plays AimLab, a game that helps + improve your aim in FPS games. Uses OpenCV to detect + the targets and win32API to move the mouse and + click. +
+