From ae8506e411fa6bc845d12645ca1703fd613680a2 Mon Sep 17 00:00:00 2001 From: milan Date: Sun, 17 May 2026 20:04:45 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 45e5a38..dec6f8f 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ The main loop handles three things: listening for the quit event, clearing and r ``` chess-game/ -├── pieces +└── pieces └── pieces.png (multiple) ├── board.py ├── main.py