From 8a0e5dc356964f737ed9dcf8fd9f0d141e00a5b7 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:49:18 +1000 Subject: [PATCH] fixed video bugs --- src/components/sections/MoreProjects.svelte | 191 ++++++++++++++++++ .../sections/ProjectsComponent.svelte | 17 +- src/pages/projects.astro | 162 +++------------ 3 files changed, 226 insertions(+), 144 deletions(-) create mode 100644 src/components/sections/MoreProjects.svelte diff --git a/src/components/sections/MoreProjects.svelte b/src/components/sections/MoreProjects.svelte new file mode 100644 index 0000000..a6a9719 --- /dev/null +++ b/src/components/sections/MoreProjects.svelte @@ -0,0 +1,191 @@ + + +
+
+
+
+ + + + +
+
+

+ Computer Vision Chess bot +

+

+ 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. +

+
+
+ Python +
+
+ OpenCV +
+
+ PyAutoGUI +
+
+
+
+
+
+

+ Computer Vision AimLab Bot +

+

+ 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. +

+
+
+ Python +
+
+ win32API +
+
+
+
+ + + + +
+
+
+
+ + diff --git a/src/components/sections/ProjectsComponent.svelte b/src/components/sections/ProjectsComponent.svelte index e804dcd..cbc9fcc 100644 --- a/src/components/sections/ProjectsComponent.svelte +++ b/src/components/sections/ProjectsComponent.svelte @@ -295,7 +295,9 @@ range of topics from tips on how to get started with setting up stream to how to grow your audience!

-
+
+
+
+