From ce998b45e41239ca027c86788399bd94f93dce32 Mon Sep 17 00:00:00 2001 From: Vincent Rodley Date: Wed, 17 Sep 2025 20:25:29 +1200 Subject: [PATCH] gui is now no longer being developed --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 17a271d..590e7f1 100644 --- a/README.md +++ b/README.md @@ -32,24 +32,16 @@ Both game modes include: ### Player vs CPU -- better eval heuristics -- order allowedMoves to try more promising moves first - cache / transposition table (avoid rechecking already evaled positions) - if a move results in a win, immediately return without recursion - MAYBE refactor to a bitboard approach (MUCH MUCH faster cuz bitwise operations) -- parallel operations ### GUI -- Add the CPU - animations (Cement-4, PyConnect-4 + Dementris where you forget the tiles lmao) - - - - move the cursor to the top cuz it makes more sense, make it point down.