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