@@ -320,7 +320,6 @@ <h1>🎮 Python Mini Projects</h1>
320320 </ nav >
321321
322322 < main id ="main-content " tabindex ="-1 ">
323-
324323 <!-- Search & Category Tabs -->
325324 < section class ="tabs-section " aria-label ="Search and Project categories ">
326325 < div class ="container ">
@@ -405,31 +404,31 @@ <h3>Rock Paper Scissors</h3>
405404 </ div >
406405
407406 < div class ="project-card " data-category ="games " data-project ="dice-rolling "
408- data-tags ="game,random,animation,probability ">
407+ data-tags ="game,random,animation,probability ">
409408 < div class ="card-icon "> 🎲</ div >
410409 < h3 > Dice Rolling</ h3 >
411410 < p > Roll the dice with 3D animation!</ p >
412411 < button class ="btn-play "> Try It</ button >
413412 </ div >
414413
415414 < div class ="project-card " data-category ="games " data-project ="coin-flip "
416- data-tags ="game,random,animation,probability,heads,tails ">
415+ data-tags ="game,random,animation,probability,heads,tails ">
417416 < div class ="card-icon "> 🪙</ div >
418417 < h3 > Coin Flip</ h3 >
419418 < p > Heads or tails with spinning animation!</ p >
420419 < button class ="btn-play "> Try It</ button >
421420 </ div >
422421
423422 < div class ="project-card " data-category ="games " data-project ="number-guessing "
424- data-tags ="game,logic,loops,conditional ">
423+ data-tags ="game,logic,loops,conditional ">
425424 < div class ="card-icon "> 🎯</ div >
426425 < h3 > Number Guessing</ h3 >
427426 < p > Guess the secret number!</ p >
428427 < button class ="btn-play "> Try It</ button >
429428 </ div >
430429
431430 < div class ="project-card " data-category ="games " data-project ="hangman "
432- data-tags ="game,word,letters,logic,string ">
431+ data-tags ="game,word,letters,logic,string ">
433432 < div class ="card-icon "> 🎮</ div >
434433 < h3 > Hangman</ h3 >
435434 < p > Classic word-guessing game!</ p >
@@ -492,6 +491,15 @@ <h3>Whack-a-Mole</h3>
492491 < button class ="btn-play "> Try It</ button >
493492 </ div >
494493
494+ < div class ="project-card " data-category ="games " data-project ="flappy-game ">
495+ < div class ="card-icon "> 🐦</ div >
496+ < h3 > Flappy Game</ h3 >
497+ < p > Dodge the incoming balls and survive!</ p >
498+ < button class ="btn-play "> Try It</ button >
499+ </ div >
500+
501+ < div class ="project-card " data-category ="math " data-project ="fibonacci "
502+ data-tags ="math,sequence,series,loops,recursion ">
495503 < div class ="project-card " data-category ="games " data-project ="game2048 "
496504 data-tags ="game,puzzle,2048,logic,tiles ">
497505 < div class ="card-icon "> 🟦</ div >
@@ -510,88 +518,87 @@ <h3>Fibonacci Series</h3>
510518 </ div >
511519
512520 < div class ="project-card " data-category ="math " data-project ="progression-recognizer "
513- data-tags ="math,sequence,progression,arithmetic,geometric ">
521+ data-tags ="math,sequence,progression,arithmetic,geometric ">
514522 < div class ="card-icon "> 📐</ div >
515523 < h3 > AP/GP/AGP/HP Recognizer</ h3 >
516524 < p > Identify progression types from any sequence.</ p >
517525 < button class ="btn-play "> Try It</ button >
518526 </ div >
519527
520528 < div class ="project-card " data-category ="math " data-project ="pascal-triangle "
521- data-tags ="math,triangle,visualization,recursion ">
529+ data-tags ="math,triangle,visualization,recursion ">
522530 < div class ="card-icon "> 🔺</ div >
523531 < h3 > Pascal's Triangle</ h3 >
524532 < p > Beautiful hexagon visualization!</ p >
525533 < button class ="btn-play "> Try It</ button >
526534 </ div >
527535
528536 < div class ="project-card " data-category ="math " data-project ="armstrong "
529- data-tags ="math,number,digits,power ">
537+ data-tags ="math,number,digits,power ">
530538 < div class ="card-icon "> 💎</ div >
531539 < h3 > Armstrong Numbers</ h3 >
532540 < p > Check special number properties!</ p >
533541 < button class ="btn-play "> Try It</ button >
534542 </ div >
535543
536544 < div class ="project-card " data-category ="math " data-project ="calculator "
537- data-tags ="math,calculator,arithmetic,operations ">
545+ data-tags ="math,calculator,arithmetic,operations ">
538546 < div class ="card-icon "> 🧮</ div >
539547 < h3 > Calculator</ h3 >
540548 < p > Your mathematical companion!</ p >
541549 < button class ="btn-play "> Try It</ button >
542550 </ div >
543551
544552 < div class ="project-card " data-category ="math " data-project ="collatz "
545- data-tags ="math,conjecture,algorithm,sequence ">
553+ data-tags ="math,conjecture,algorithm,sequence ">
546554 < div class ="card-icon "> 🔢</ div >
547555 < h3 > Collatz Conjecture</ h3 >
548556 < p > Explore the 3n+1 problem!</ p >
549557 < button class ="btn-play "> Try It</ button >
550558 </ div >
551559
552560 < div class ="project-card " data-category ="math " data-project ="prime-analyzer "
553- data-tags ="math,prime,factors,algorithm ">
561+ data-tags ="math,prime,factors,algorithm ">
554562 < div class ="card-icon "> 🔱</ div >
555563 < h3 > Prime Analyzer</ h3 >
556564 < p > All-in-one prime number toolkit!</ p >
557565 < button class ="btn-play "> Try It</ button >
558566 </ div >
559567
560568 < div class ="project-card " data-category ="math " data-project ="projectile-motion "
561- data-tags ="math,physics,motion,calculation ">
569+ data-tags ="math,physics,motion,calculation ">
562570 < div class ="card-icon "> 🚀</ div >
563571 < h3 > Projectile Motion</ h3 >
564572 < p > Calculate TOF, Hmax, and Range with physics!</ p >
565573 < button class ="btn-play "> Try It</ button >
566574 </ div >
567575
568576 < div class ="project-card " data-category ="math " data-project ="coordinate-polar-transform "
569- data-tags ="math,coordinate,transformation,geometry ">
577+ data-tags ="math,coordinate,transformation,geometry ">
570578 < div class ="card-icon "> 🧭</ div >
571579 < h3 > Coordinate to Polar</ h3 >
572580 < p > Transform Cartesian (x, y) into polar (r, theta).</ p >
573581 < button class ="btn-play "> Try It</ button >
574582 </ div >
575583
576584 < div class ="project-card " data-category ="math " data-project ="derivative-calculator "
577- data-tags ="math,calculus,derivative,polynomial ">
585+ data-tags ="math,calculus,derivative,polynomial ">
578586 < div class ="card-icon "> ∂</ div >
579587 < h3 > Derivative Calculator</ h3 >
580588 < p > Compute 1st/nth polynomial derivatives and evaluate them.</ p >
581589 < button class ="btn-play "> Try It</ button >
582590 </ div >
583591
584- <!-- UTILITIES -->
585592 < div class ="project-card " data-category ="utilities " data-project ="morse-code "
586- data-tags ="utility,morse,translation,communication ">
593+ data-tags ="utility,morse,translation,communication ">
587594 < div class ="card-icon "> 📻</ div >
588595 < h3 > Morse Code</ h3 >
589596 < p > Translate with lights & sound!</ p >
590597 < button class ="btn-play "> Try It</ button >
591598 </ div >
592599
593600 < div class ="project-card " data-category ="utilities " data-project ="tower-of-hanoi "
594- data-tags ="utility,puzzle,recursion,algorithm ">
601+ data-tags ="utility,puzzle,recursion,algorithm ">
595602 < div class ="card-icon "> 🗼</ div >
596603 < h3 > Tower of Hanoi</ h3 >
597604 < p > Solve the classic puzzle!</ p >
0 commit comments