-
-
Notifications
You must be signed in to change notification settings - Fork 903
Closed
Labels
InvalidInvalid question, issue, or pull request.Invalid question, issue, or pull request.status: RejectedProposed change was not accepted.Proposed change was not accepted.
Description
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:
.
Lokeshranjan8anandkaranubc
Metadata
Metadata
Assignees
Labels
InvalidInvalid question, issue, or pull request.Invalid question, issue, or pull request.status: RejectedProposed change was not accepted.Proposed change was not accepted.