feat: Add C64Script tutorial#119
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “getting started” tutorial for C64Script and wires it into the repo’s docs and local E2E scenario suite, including a runnable walkthrough script intended to exercise the tutorial examples.
Changes:
- Add
doc/c64script/c64script-tutorial.mdwith step-by-step C64Script examples (effects, logging, loops, OBS control, HTTP/RUNLOCAL, file I/O). - Add a new local-hardware E2E scenario (
ntsc_script_tutorial) plus a walkthrough.c64scriptthat runs the tutorial’s examples and asserts successful completion. - Update the root README and E2E scenarios README to link/mention the new tutorial and scenario.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/e2e/scripts/c64script_tutorial_walkthrough.c64script | New walkthrough script to exercise tutorial examples end-to-end |
| tests/e2e/scenarios/README.md | Documents the new script_status assertion and ntsc_script_tutorial scenario |
| tests/e2e/scenarios/ntsc_script_tutorial/scenario.yaml | New local-device E2E scenario configuration to auto-run the tutorial walkthrough |
| README.md | Updates top-level C64Script link to the tutorial and adds “Getting Started” link |
| doc/c64script/c64script-tutorial.md | New C64Script tutorial documentation |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.