From aca7c46367506391dbd25eaa0dd188396bef2233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Macio=C5=82ek?= Date: Sun, 3 Sep 2023 19:37:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec4f48e..a8cd4af 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,19 @@ To run application you must clone repo and use this commands: - PostgreSQL ## Plans -1. [x] Playable chess game on front-end side +1. [ ] Playable chess game on front-end side 1. [x] Board 2. [x] Pieces 3. [x] Pieces movement 4. [x] Move validation 5. [x] Game result 6. [x] Position loading from FEN - 7. [ ] Board rotation + 7. [x] Board rotation 8. [x] Pawn promotion 9. [x] Selecting only own color (opponent will make random moves) 10. [x] Possible moves validation 11. [ ] Game time control - 12. [ ] Drag&Drop pieces + 12. [x] Drag&Drop pieces 2. [ ] Front-end background 1. [ ] Application background 2. [ ] Background image/color