Skip to content

Commit

Permalink
created
Browse files Browse the repository at this point in the history
  • Loading branch information
Supraboy981322 authored Nov 30, 2023
1 parent 9c2bc1e commit b6293ea
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto-and-wip/music-player/music-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<template id="listItem">
<div class="listItem">
<div id="itemText">
<b>Nice elevator, you gorm</b>
<p>By Randomrhynos</b>
<p>1:43</p>
<span id="listTitle">Nice elevator, you gorm</span>
<span id="listAuthor">By Randomrhynos</span>
<span ic="listLength">1:43</span>
</div>
<img src="https://supraboy981322.github.io/uncanny%20gobledygook.png">
</div>
Expand Down
43 changes: 43 additions & 0 deletions subpages/foo-or-be-pwned/foo-or-be-pwned-rules.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles/stylesheet.css">

<body>
<div class="main">
<div>
<h1 class="pageTitle"><b>Foo or Be PWNed: Rules</b></h1>
</div>
<br>
<div class="textBox">
<br>
<h3>Foo (metasyntactic): often used as a placeholder in programming (like using the variable "x" in a sentence). Ex. "If I was foo inches taller than you, would you still bully me?"</h3>
<br>
<h3>PWN (verb, present tense of PWNed): to be played/to dominate. Ex. "You have been PWNed"</h3>
<br>
</div>
<div class="textBox">
<br>
<h2>How to play</h2>
<p>First step (as of <strong>most</strong> card games) is to suffle the cards. The uneven cards go in a separate stack and are to be shuffled separatly.</p>
<p>First person to guess who has their wifi password as a phone number and get it correct starts (No guessing what the number is)</p>
<p>The player to the right of the player who's turn is active pulls a question card (the mostly evenly sized stack of cards) and reads the question. (The answer is boxed)</p>
<p>If the player gets the question correct, they pull a card from the unevenly sized cards</p>
<p>"Foo" cards are good and "PWNED" cards are bad. You must do what the card says. If you pull a "Foo or PWNED" card, your fate is in the hands of the next player. If they get the question wrong or pull a "PWNED" card, you do Foo, but if they pull a "Foo" card, you get PWNED</p>
<p>After you pull a card and accept it's challenge, you are to keep it until the round is over.</p>
<p>The game keeps going until you must stop or all uneven cards have been used.</p>
<p>It is the responsibility of the other players to insure that each player will complete the challenges assigned to them, even if the game ends before completion.</p>
<br>
</div>
<br>
</div>
<!-- Footer -->
<footer>
<div>
<h4>End of page</h4>
</div>
</footer>
</body>

</html>

0 comments on commit b6293ea

Please sign in to comment.