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