Tuesday, Apr 19, 2022
exploredColor matching game built in Python
Anurag Verma built out the core visual structure for a color matching game, setting up the board, matrix, and color palette ahead of implementing the matching logic.
Work on Color-Matching-Game-in-Python started from scratch [1]. Verma generated random colors to fill a 5x5 matrix [2], then drew the board to display them [3]. He added a color plate interface [4] to support gameplay. The UI and grid layout were complete [5], leaving only the logic to swap and match colors still to be written.
Sources
- Initial commit · anurag629/Color-Matching-Game-in-Python
- created random colors for 5*5 matrix · anurag629/Color-Matching-Game-in-Python
- bord draw complete · anurag629/Color-Matching-Game-in-Python
- created color plate · anurag629/Color-Matching-Game-in-Python
- all done except logic to change the colors · anurag629/Color-Matching-Game-in-Python