Akki-jaiswal / Akki-jaiswal/pong-game

Enhancing the overall UI and adding New Features

オープン
#235 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
22
フォーク
116
PR マージ指標
30日以内にマージされた PR はありません

説明


Add visual theme selector with options like:(UI/UX)


  • Cyberpunk Neon (electric blue/pink)

  • Retro Arcade (orange/brown vintage style)

  • Dark Mode (current style)

  • Minimal Light (clean white theme)

  • Synthwave (purple/pink gradients)

  • Proposed Features :
    Adding more levels: Add a chess-style rating system (like ELO) and multiple visual themes to make the game more engaging.


    800 (Beginner) → 1000 → 1200 → 1400 → 1600 → 1800 → 2000 → 2200 → 2400 → 2600 (World Class)
    Each level has different speeds for ball, paddle, and AI

    Technical Approach:


    Using JavaScript like:

    const ratingLevels = {
    800: { ballSpeed: 3, paddleSpeed: 6, aiSpeed: 2.5 },

    1000: { ballSpeed: 4, paddleSpeed: 7, aiSpeed: 3.5 },

    // ... etc
    };


    Why?

    More engaging gameplay with clear progression

    Competitive element keeps players coming back

    Modern themes appeal to current gaming trends

    Similar to popular games like Chess.com



    Something like:

    Image


    Image

    I would love building all these in a limited amount of time...So please assign me this under GssoC ....Thank you!

    コントリビューションガイド

    コントリビューションガイドを開く

    評価

    この issue はまだ評価されていません。

    新しい issue をメールで受け取る

    初心者向けの GitHub issue を短くまとめたダイジェスト。