From 4901a614678223b3990b0da6dfe7b4717bc4129b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 May 2026 01:57:13 +0000 Subject: [PATCH 1/3] docs: update contributor gallery [skip ci] --- README.md | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 543807b7..b63c3ae1 100644 --- a/README.md +++ b/README.md @@ -320,12 +320,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @PIYUSH-NEXTGEN - - - PRODHOSH
- @PRODHOSH -
- Papia-tech
@@ -350,14 +344,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @Ranjanmaiti6
- - Sanjhivvarshan-b-s
@Sanjhivvarshan-b-s
+ + Shivi-Srivastava-4444
@@ -388,14 +382,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @Tech4Aditya
- - TheBinaryAVA
@TheBinaryAVA
+ + Tiago-Vier-Preto
@@ -426,14 +420,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @abhi-nav-25
- - advikdivekar
@advikdivekar
+ + anujsharma8d
@@ -464,14 +458,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @developer-yash03
- - dhanushrajvr
@dhanushrajvr
+ + gatiksolanki13-netizen
@@ -502,14 +496,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @kumudasrip
- - madhavcodes25
@madhavcodes25
+ + mahi-8758
@@ -540,14 +534,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @nimkarprachi17
- - nishtha-agarwal-211
@nishtha-agarwal-211
+ + parasmani-dev
@@ -578,14 +572,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @sanzzzz-g
- - shimonenator
@shimonenator
+ + shreyasarote7717-cyber
@@ -616,14 +610,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @steam-bell-92
- - sujitsingh8
@sujitsingh8
+ + tanishkakora
@@ -654,6 +648,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @vivekCS007
+ From 2810909f7db436026f3f85823b0d72ece58c6f46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jun 2026 02:29:04 +0000 Subject: [PATCH 2/3] docs: update contributor gallery [skip ci] --- README.md | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b63c3ae1..543807b7 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @PIYUSH-NEXTGEN + + + PRODHOSH
+ @PRODHOSH +
+ Papia-tech
@@ -344,14 +350,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @Ranjanmaiti6
+ + Sanjhivvarshan-b-s
@Sanjhivvarshan-b-s
- - Shivi-Srivastava-4444
@@ -382,14 +388,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @Tech4Aditya
+ + TheBinaryAVA
@TheBinaryAVA
- - Tiago-Vier-Preto
@@ -420,14 +426,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @abhi-nav-25
+ + advikdivekar
@advikdivekar
- - anujsharma8d
@@ -458,14 +464,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @developer-yash03
+ + dhanushrajvr
@dhanushrajvr
- - gatiksolanki13-netizen
@@ -496,14 +502,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @kumudasrip
+ + madhavcodes25
@madhavcodes25
- - mahi-8758
@@ -534,14 +540,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @nimkarprachi17
+ + nishtha-agarwal-211
@nishtha-agarwal-211
- - parasmani-dev
@@ -572,14 +578,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @sanzzzz-g
+ + shimonenator
@shimonenator
- - shreyasarote7717-cyber
@@ -610,14 +616,14 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @steam-bell-92
+ + sujitsingh8
@sujitsingh8
- - tanishkakora
@@ -648,7 +654,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. @vivekCS007
- From 0a19e538c4106a195e03870284cbbc6bb4451630 Mon Sep 17 00:00:00 2001 From: Grihika Date: Wed, 17 Jun 2026 16:47:57 +0530 Subject: [PATCH 3/3] Fix snake game loader issue --- web-app/js/projects.js | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/web-app/js/projects.js b/web-app/js/projects.js index d6813ebc..5a94708f 100644 --- a/web-app/js/projects.js +++ b/web-app/js/projects.js @@ -1,4 +1,4 @@ -// Project Registry +// Project Registry // Each project's HTML and logic lives in its own file under js/projects/ function getProjectHTML(projectName) { @@ -25,7 +25,8 @@ function getProjectHTML(projectName) { 'matrix-calculator': () => getMatrixCalculatorHTML(), 'unit-converter': getUnitConverterHTML(), 'resume-analyzer': getResumeAnalyzerHTML(), - 'reverse-hangman': () => getReverseHangmanHTML + 'reverse-hangman': () => getReverseHangmanHTML, + 'snake-game': getSnakeGameHTML() }; return projects[projectName] || '

Project Coming Soon!

'; @@ -1595,24 +1596,6 @@ function getProjectHTML(projectName) { const projectInstructions = { // GAMES - "war-card-game": { - title: "⚔️ How to Play War Card Game", - steps: [ - "Enter names or check the option to play against the CPU.", - "Each player starts with a deck of 26 cards.", - "Click 'Draw / Battle' to draw the top card from both decks.", - "The player with the higher card rank wins the round and gets a point.", - "Ace is the highest, 2 is the lowest.", - "Play continues until all cards are drawn. The player with the most points wins!" - "number-sliding-puzzle": { - title: "🧩 How to Play Number Sliding Puzzle", - steps: [ - "Use arrow keys (← ↑ → ↓) or click/tap on tiles next to the empty space to slide them.", - "Arrange the numbers in ascending order from 1 to 8, with the blank space at the bottom right.", - "A moves counter keeps track of your steps.", - "Click the Reset button to restart the game." - ] - }, "2048-game": { title: "🎮 How to Play 2048", steps: [ @@ -3175,9 +3158,7 @@ function initializeProject(projectName) { "color-palette": "initColorPalette", "math-quiz": "initMathQuiz", "resume-analyzer": "initResumeAnalyzer", - "caesar-cipher": "initCaesarCipher", - "war-card-game": "initWarCardGame" - "number-sliding-puzzle": "initNumberSlidingPuzzle" + "caesar-cipher": "initCaesarCipher" }; const initializerName = initializers[projectName];