Skip to content

Edit game instructons#75

Merged
acrosman merged 14 commits intomainfrom
issue-71
Apr 20, 2026
Merged

Edit game instructons#75
acrosman merged 14 commits intomainfrom
issue-71

Conversation

@acrosman
Copy link
Copy Markdown
Owner

Closes #71

Copy link
Copy Markdown
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

Updates welcome/instructions content across multiple games (closes #71) to make gameplay guidance clearer and adjust a few UI details.

Changes:

  • Refines “How to Play” copy in several game interface.html fragments.
  • Adds/adjusts instruction visuals and related CSS (e.g., Fast Piggie target image; Otter Stop feedback images).
  • Tweaks Sound Sweep difficulty level configuration by adding an additional hardest level.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
app/games/sound-sweep/interface.html Minor instruction text and markup formatting updates
app/games/sound-sweep/game.js Extends LEVELS to include an additional hardest speed level
app/games/otter-stop/style.css Adds layout/styles for instruction feedback images
app/games/otter-stop/interface.html Updates instructions and adds feedback image examples
app/games/orbit-sprite-memory/interface.html Rewrites instruction wording for clarity
app/games/object-track/interface.html Rewrites instruction wording for clarity
app/games/high-speed-memory/interface.html Rewrites instruction wording and collapses some markup
app/games/field-of-view/interface.html Rewrites instruction wording and minor markup formatting
app/games/fast-piggie/style.css Adds styling for a target image in the instructions panel
app/games/fast-piggie/interface.html Adds target image and updates instruction wording
app/games/directional-processing/interface.html Updates instruction wording and minor markup formatting

Comment thread app/games/fast-piggie/style.css
Comment on lines 11 to 23
@@ -19,8 +19,20 @@ <h3 class="os-instructions__subheading">How to Play</h3>
<strong>must</strong> respond or it counts as a miss!
</li>
<li>When the sneaky <strong>fish</strong> appears, do <strong>nothing</strong> — freeze!</li>
<li>The round ends when you see the success or failure images and hear the corresponding sound.</li>
<li>The game speeds up as your accuracy improves. Good luck!</li>
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

The welcome instructions now refer to a "sneaky fish", but the game logic/UI still labels the no-go stimulus as a "No-go otter" (see otter-stop/index.js setting _stimulusImg.alt = 'No-go otter') and the in-game reminder text still says "no-go otter". This mismatch will confuse players—please align the instructions with the actual stimulus naming (either update the text back to otter/no-go, or update the game labeling/assets to fish consistently).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

The no go image is a fish. All references to the no go image should be updated to be a fish.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Implemented in commit 83763ff.

Updated all no-go references in Otter Stop to fish:

  • stimulus alt text is now "No-go fish"
  • reminder text now says no-go fish
  • manifest description now says no-go fish
  • test expectation updated accordingly

Screenshot: Otter Stop instructions

Comment thread app/games/directional-processing/interface.html Outdated
Comment thread app/games/high-speed-memory/interface.html
Comment thread app/games/sound-sweep/interface.html Outdated
Comment thread app/games/field-of-view/interface.html
Comment thread app/games/otter-stop/style.css Outdated
Comment thread app/games/object-track/interface.html
Comment thread app/games/orbit-sprite-memory/interface.html Outdated
acrosman and others added 4 commits April 19, 2026 22:02
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@acrosman
Copy link
Copy Markdown
Owner Author

@copilot apply changes based on the comments in this thread which are not already marked as resolved.

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

@copilot apply changes based on the comments in this thread which are not already marked as resolved.

Done in commit 83763ff.

Applied all unresolved review-thread items:

  • removed invalid position: center; from fast-piggie/style.css
  • updated Otter Stop no-go naming to fish in UI text, alt text, manifest, and tests

Screenshot: Otter Stop instructions

@acrosman acrosman merged commit 7be5ebf into main Apr 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Instructions on all games need work

3 participants