Skip to content

Conversation

@sumn2u
Copy link
Owner

@sumn2u sumn2u commented Oct 6, 2025

Rock paper scissors project with demo link added

@vercel
Copy link

vercel bot commented Oct 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
learn-javascript Ready Ready Preview Comment Oct 6, 2025 11:09am

@sumn2u sumn2u requested a review from Copilot October 6, 2025 11:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a live interactive demo section to the Rock Paper Scissors game project documentation, allowing users to see and interact with the game directly in the browser.

  • Added an embedded CodeSandbox iframe showing a working Rock Paper Scissors implementation
  • Positioned the demo section after the existing bonus challenge section

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


## Live Demo
<div align="center">
<iframe src="https://codesandbox.io/embed/7kjyv3?view=preview"
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CodeSandbox URL uses a very short identifier '7kjyv3' which may be unstable or temporary. Consider using a more descriptive and permanent sandbox URL or including the full sandbox ID to ensure the demo remains accessible long-term.

Suggested change
<iframe src="https://codesandbox.io/embed/7kjyv3?view=preview"
<iframe src="https://codesandbox.io/embed/github/username/rock-paper-scissors-game?view=preview"

Copilot uses AI. Check for mistakes.
@sumn2u sumn2u merged commit a26b654 into main Oct 6, 2025
5 checks passed
@sumn2u sumn2u deleted the rock-paper-scissors branch October 6, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants