-
Notifications
You must be signed in to change notification settings - Fork 0
Edit game instructons #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ff8b971
fc8d923
e34e50a
7d0f9a5
6f67206
9953b11
1ff55b8
458c520
986da7b
1e2b5e7
99c206f
8c3cb61
f7dfe79
83763ff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ <h2 id="os-title">Otter Stop!</h2> | |
| <div id="os-instructions" class="os-instructions game-welcome"> | ||
| <h3 class="os-instructions__subheading">How to Play</h3> | ||
| <p class="os-instructions__intro"> | ||
| A stream of otters needs your help — but one sneaky otter means | ||
| A stream of otters needs your help — but one sneaky fish means | ||
| <strong>STOP!</strong> | ||
| </p> | ||
| <ul class="os-instructions__list"> | ||
|
|
@@ -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> | ||
|
Comment on lines
11
to
23
|
||
| </ul> | ||
| <p>You can ignore these images during gameplay — they are just for feedback.</p> | ||
| <div class="os-instructions__row"> | ||
| <div class="os-instructions__column"> | ||
| <img class="os-instructions__img" src="games/otter-stop/images/success.png" | ||
| alt="The success image with a green otter icon." /> | ||
| </div> | ||
| <div class="os-instructions__column"> | ||
| <img class="os-instructions__img" src="games/otter-stop/images/failure.png" | ||
| alt="The failure image with a red otter icon." /> | ||
| </div> | ||
| </div> | ||
| <button id="os-start-btn" type="button" class="game-btn game-btn--primary"> | ||
| Start Game | ||
| </button> | ||
|
|
@@ -57,7 +69,7 @@ <h3 class="os-instructions__subheading">How to Play</h3> | |
| <!-- Reminder --> | ||
| <p class="os-reminder"> | ||
| Press <kbd>Space</kbd> or <strong>click the image</strong> for every otter — | ||
| <strong>except</strong> the no-go otter! Missing a go otter counts as wrong. | ||
| <strong>except</strong> the no-go fish! Missing a go otter counts as wrong. | ||
| </p> | ||
|
|
||
| <!-- Controls --> | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.