Color matching game built in Python
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] Initial commit anurag629/Color-Matching-Game-in-Python
- [2] created random colors for 5*5 matrix anurag629/Color-Matching-Game-in-Python
- [3] bord draw complete anurag629/Color-Matching-Game-in-Python
- [4] created color plate anurag629/Color-Matching-Game-in-Python
- [5] all done except logic to change the colors anurag629/Color-Matching-Game-in-Python