Skip to content

[RFC]: Simple Pong Game Implementation using HTML, CSS, and JavaScript #8179

@DaMi95150857

Description

@DaMi95150857

Description

This RFC proposes the implementation of a simple Pong game using HTML, CSS, and JavaScript. The game should include:

  • Player-controlled left paddle using mouse and arrow keys (up/down)
  • Computer-controlled right paddle
  • Bouncing ball with realistic collision detection for paddles and walls
  • Scoreboard to track points
    The implementation should be clean, modular, and include all required game logic for collision, scoring, and paddle movement.

Related Issues

No response

Questions

What is the preferred location/folder structure for including such an example or demo in the repository? Should the implementation follow any specific coding conventions or standards used in stdlib-js/stdlib?

Other

This feature aims to provide a fun and interactive demo showcasing basic game programming. Example screenshot and references can be added upon request.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InvalidInvalid question, issue, or pull request.status: RejectedProposed change was not accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions