rock-paper-scissors
rock-paper-scissors copied to clipboard
A simple rock-paper-scissors game, that highlights the use of github.dev (w/CodeSwing + CodeTour) for interactive learning.
Rock Paper Scissors: A GitHub.dev Playground βοΈ
This repo provides a simple example of how github.dev can enable a hackable platform for shareable, interactive coding plaugrounds.
Getting Started
- Press
.to open this repo in the web editor - When prompted, install the recommended extensions (CodeSwing, CodeTour)
- After a few seconds, the editor will be automatically laid out as a playground environment
- Interact with the rock-paper-scissors game, and see how it's fully interactive! π
- Follow the instructions provided by the "code tour", and see how your changes to the HTML/CSS/JS files are immediately applied π₯
References
- Codespaces - On-demand developer environments, powered by the cloud βοΈ
- CodeSwing - An interactive coding environment for web applications π
- CodeTour - Guided codebase walkthroughs, directly in your editor πΊοΈ
Credit
This sample was orinally created by rafaelcastrocouto on CodePen. You can view the source pen here.