Skip to content

Commit

Permalink
Update game instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezo committed Feb 19, 2024
1 parent 0d47e47 commit 6a4b640
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<style>*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.67f3c5b222d19b51.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.67f3c5b222d19b51.css"></noscript></head>
<body class="mat-typography">
<app-root></app-root>
<script src="runtime.c2d2548033d65b02.js" type="module"></script><script src="polyfills.75186c7b7fc1d123.js" type="module"></script><script src="scripts.a1e2309b4257c7b3.js" defer></script><script src="main.9922acf85e9cd9e2.js" type="module"></script>
<script src="runtime.c2d2548033d65b02.js" type="module"></script><script src="polyfills.75186c7b7fc1d123.js" type="module"></script><script src="scripts.a1e2309b4257c7b3.js" defer></script><script src="main.6068571dab42f56e.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/app/game/snoguess-main/snoguess-main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ <h3>Score Progression</h3>
<mat-icon>check</mat-icon>Click the keys on the screen to guess the letters of the term <mat-icon class="text-blue-900">keyboard</mat-icon>
</li>
<li class="flex flex-row align-middle gap-2">
<mat-icon>check</mat-icon>You have five lives
<span class="text-red-500"><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon></span>
<mat-icon>check</mat-icon>You have three to five lives, depending on you difficulty level
<span class="text-red-500"><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon><mat-icon>favorite</mat-icon></span>
</li>
<li class="flex flex-row align-middle gap-2">
<mat-icon>check</mat-icon>You will loose one life with each wrong guess <mat-icon class="text-red-500">favorite_border</mat-icon>
Expand All @@ -155,7 +155,10 @@ <h3>Score Progression</h3>
<mat-icon>check</mat-icon>You earn points for each correct guess <mat-icon class="text-blue-900">plus_one</mat-icon>
</li>
<li class="flex flex-row align-middle gap-2">
<mat-icon>check</mat-icon>You can reveal hints, but each hint it will cost one life <mat-icon class="text-red-500">favorite_border</mat-icon>
<mat-icon>check</mat-icon>In Easy mode you get 2 hints for free, and in Medium mode you get one 💡
</li>
<li class="flex flex-row align-middle gap-2">
<mat-icon>check</mat-icon>You can reveal more hints, but each hint it will cost one life <mat-icon class="text-red-500">favorite_border</mat-icon>
</li>
<li class="flex flex-row align-middle gap-2">
<mat-icon>check</mat-icon>If you guess the whole term you can recover one life<mat-icon class="text-red-500">favorite</mat-icon>
Expand Down

0 comments on commit 6a4b640

Please sign in to comment.