RepoJournal

@anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

241 stories across 61 days in 2024

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

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.

References

  1. [1] Initial commit anurag629/Color-Matching-Game-in-Python
  2. [2] created random colors for 5*5 matrix anurag629/Color-Matching-Game-in-Python
  3. [3] bord draw complete anurag629/Color-Matching-Game-in-Python
  4. [4] created color plate anurag629/Color-Matching-Game-in-Python
  5. [5] all done except logic to change the colors anurag629/Color-Matching-Game-in-Python

Quick answers

What shipped in anurag629 on April 19, 2022?
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. In total, 5 commits landed.
Who contributed to anurag629 on April 19, 2022?
1 developer shipped this update, including Anurag verma.
What were the notable anurag629 updates?
Initial commit, created random colors for 5*5 matrix, and bord draw complete.