mirror of
https://github.com/wanghao221/moyu.git
synced 2026-09-03 06:25:43 +08:00
Add files via upload
This commit is contained in:
350
游戏-26.石头剪刀布/css/normalize.css
vendored
Normal file
350
游戏-26.石头剪刀布/css/normalize.css
vendored
Normal file
@@ -0,0 +1,350 @@
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
|
||||
html {
|
||||
line-height: 1.15; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
|
||||
hr {
|
||||
box-sizing: content-box; /* 1 */
|
||||
height: 0; /* 1 */
|
||||
overflow: visible; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none; /* 1 */
|
||||
text-decoration: underline; /* 2 */
|
||||
text-decoration: underline dotted; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
font-size: 1em; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 1 */
|
||||
line-height: 1.15; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
|
||||
button,
|
||||
input { /* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
|
||||
button,
|
||||
select { /* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
|
||||
legend {
|
||||
box-sizing: border-box; /* 1 */
|
||||
color: inherit; /* 2 */
|
||||
display: table; /* 1 */
|
||||
max-width: 100%; /* 1 */
|
||||
padding: 0; /* 3 */
|
||||
white-space: normal; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
|
||||
[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
outline-offset: -2px; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button; /* 1 */
|
||||
font: inherit; /* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
122
游戏-26.石头剪刀布/css/style.css
Normal file
122
游戏-26.石头剪刀布/css/style.css
Normal file
@@ -0,0 +1,122 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font-family: Roboto, sans-serif;
|
||||
}
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
||||
|
||||
body {
|
||||
background-color: #0093E9;
|
||||
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
|
||||
color: white;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
#container h2 {
|
||||
margin-bottom: 5rem;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: solid 2px #404040;
|
||||
}
|
||||
|
||||
#points {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#points label {
|
||||
border-bottom: solid 2px #404040;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#choice {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 3rem 0rem;
|
||||
}
|
||||
|
||||
#choice img {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#computerChoice, #playerChoice {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
max-width: 130px;
|
||||
max-height: 130px;
|
||||
}
|
||||
|
||||
#computerChoiceTxt, #playerChoiceTxt {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
#buttons {
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
/* BUTTON DESIGN */
|
||||
|
||||
.btn {
|
||||
border: none;
|
||||
background: #404040;
|
||||
color: #ffffff !important;
|
||||
font-weight: 100;
|
||||
padding: 15px;
|
||||
text-transform: uppercase;
|
||||
border-radius: 6px;
|
||||
display: inline-block;
|
||||
transition: all 0.3s ease 0s;
|
||||
cursor: pointer;
|
||||
margin: 0rem .3rem;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
color: #404040 !important;
|
||||
font-weight: 700 !important;
|
||||
background: white;
|
||||
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
|
||||
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
|
||||
transition: all 0.3s ease 0s;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px;
|
||||
color: black;
|
||||
background: rgba(255, 255, 255, 0.65);
|
||||
}
|
||||
|
||||
.page-footer a {
|
||||
display: flex;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.touxiang{
|
||||
width:24px;
|
||||
height:24px;
|
||||
}
|
||||
BIN
游戏-26.石头剪刀布/img/gif.gif
Normal file
BIN
游戏-26.石头剪刀布/img/gif.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
游戏-26.石头剪刀布/img/paper.png
Normal file
BIN
游戏-26.石头剪刀布/img/paper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
BIN
游戏-26.石头剪刀布/img/rock.png
Normal file
BIN
游戏-26.石头剪刀布/img/rock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
BIN
游戏-26.石头剪刀布/img/scissors.png
Normal file
BIN
游戏-26.石头剪刀布/img/scissors.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
50
游戏-26.石头剪刀布/index.html
Normal file
50
游戏-26.石头剪刀布/index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/normalize.css" />
|
||||
<title>海拥 | 石头剪刀布</title>
|
||||
<link rel="icon" href="https://haiyong.site/img/favicon.png" sizes="192x192" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<h2>石头剪刀布</h2>
|
||||
<div id="game-container">
|
||||
<div id="points">
|
||||
<label for="playerPoints">玩家分数:</label>
|
||||
<span class="playerPoints"></span>
|
||||
<label for="computerPoints">电脑分数:</label>
|
||||
<span class="computerPoints"></span>
|
||||
</div>
|
||||
<div id="choice">
|
||||
<div id="playerChoice">
|
||||
<img src="" alt="" id="playerChoiceImg">
|
||||
<h3 id="playerChoiceTxt"></h3>
|
||||
</div>
|
||||
<div id="computerChoice">
|
||||
<img src="" alt="" id="computerChoiceImg">
|
||||
<h3 id="computerChoiceTxt"></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<button class="btn">石头</button>
|
||||
<button class="btn">布</button>
|
||||
<button class="btn">剪刀</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="page-footer">
|
||||
<span>made by </span>
|
||||
<a href="https://haiyong.site/moyu" target="_blank">
|
||||
<img class="touxiang" src="https://haiyong.site/img/favicon.png" alt="George Martsoukos logo">
|
||||
</a>
|
||||
</footer>
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
87
游戏-26.石头剪刀布/js/script.js
Normal file
87
游戏-26.石头剪刀布/js/script.js
Normal file
@@ -0,0 +1,87 @@
|
||||
// VARIABLES
|
||||
const choices = [
|
||||
{
|
||||
id: 1,
|
||||
name: "石头",
|
||||
image: "./img/rock.png"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: "布",
|
||||
image: "./img/paper.png"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: "剪刀",
|
||||
image: "./img/scissors.png"
|
||||
}]
|
||||
|
||||
|
||||
let playerPoints = document.querySelector(".playerPoints")
|
||||
let computerPoints = document.querySelector(".computerPoints")
|
||||
let playerChoiceImg = document.querySelector("#playerChoiceImg")
|
||||
let playerChoiceTxt = document.querySelector("#playerChoiceTxt")
|
||||
let computerChoiceImg = document.querySelector("#computerChoiceImg")
|
||||
let computerChoiceTxt = document.querySelector("#computerChoiceTxt")
|
||||
let buttons = document.querySelectorAll(".btn")
|
||||
let points = [0, 0]
|
||||
let randomNumber;
|
||||
|
||||
|
||||
|
||||
// EVENT LISTENERS
|
||||
buttons.forEach((button) => {
|
||||
button.addEventListener("click", () => {
|
||||
if (button.textContent === "石头") {
|
||||
playerChoiceImg.src = choices[0].image;
|
||||
playerChoiceTxt.textContent = choices[0].name;
|
||||
} else if (button.textContent === "布") {
|
||||
playerChoiceImg.src = choices[1].image;
|
||||
playerChoiceTxt.textContent = choices[1].name;
|
||||
} else if (button.textContent === "剪刀") {
|
||||
playerChoiceImg.src = choices[2].image;
|
||||
playerChoiceTxt.textContent = choices[2].name;
|
||||
}
|
||||
getComputerChoice();
|
||||
console.log(points);
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
// FUNCTIONS
|
||||
function getComputerChoice() {
|
||||
computerChoiceImg.src = "./img/gif.gif"
|
||||
setTimeout(() => {
|
||||
randomNumber = Math.floor(Math.random() * 3);
|
||||
computerChoiceImg.src = choices[randomNumber].image;
|
||||
computerChoiceTxt.textContent = choices[randomNumber].name;
|
||||
gameRules();
|
||||
playerPoints.textContent = points[0];
|
||||
computerPoints.textContent = points[1];
|
||||
whoWon();
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
function gameRules() {
|
||||
if (playerChoiceTxt.textContent === choices[0].name && computerChoiceTxt.textContent === choices[1].name) {
|
||||
points[1]++;
|
||||
} else if (playerChoiceTxt.textContent === choices[1].name && computerChoiceTxt.textContent === choices[2].name) {
|
||||
points[1]++;
|
||||
} else if (playerChoiceTxt.textContent === choices[2].name && computerChoiceTxt.textContent === choices[0].name) {
|
||||
points[1]++;
|
||||
} else if (playerChoiceTxt.textContent === computerChoiceTxt.textContent) {
|
||||
console.log("draw");
|
||||
} else {
|
||||
points[0]++;
|
||||
}
|
||||
}
|
||||
|
||||
function whoWon() {
|
||||
if (points[0] === 10) {
|
||||
alert("你干掉了AI成功取得胜利!")
|
||||
points = [0, 0];
|
||||
} else if (points[1] === 10) {
|
||||
alert("你被人工智能打败了!")
|
||||
points = [0, 0];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user