-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ci-optimization
# Conflicts: # .github/workflows/build-website.yml
- Loading branch information
Showing
131 changed files
with
4,328 additions
and
2,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[package] | ||
name = "function_memory_game" | ||
version = "0.1.0" | ||
authors = ["Howard.Zuo <leftstick@qq.com>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
serde = { version = "1.0", features = ["derive"] } | ||
strum = "0.23" | ||
strum_macros = "0.23" | ||
gloo = "0.4" | ||
nanoid = "0.4" | ||
rand = "0.8" | ||
getrandom = { version = "0.2", features = ["js"] } | ||
yew = { path = "../../packages/yew" } | ||
|
||
[dependencies.web-sys] | ||
version = "0.3" | ||
features = [ | ||
"HtmlInputElement", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Memory Game Example | ||
|
||
[![Demo](https://img.shields.io/website?label=demo&url=https%3A%2F%2Fexamples.yew.rs%2Ffunction_memory_game)](https://examples.yew.rs/function_memory_game) | ||
|
||
This is an implementation of [Memory Game](https://github.com/bradlygreen/Memory-Game) for Yew using function components and hooks. | ||
|
||
## Concepts | ||
|
||
- Uses [`function_components`](https://yew.rs/docs/next/concepts/function-components) | ||
- Uses [`gloo::storage`](https://docs.rs/gloo-storage/0.2.0/gloo_storage/index.html) to persist the state | ||
- Uses [`gloo::timers`](https://docs.rs/gloo-timers/0.2.2/gloo_timers/index.html) to schedule asynchronous callback | ||
|
||
## Note | ||
|
||
Images are authorized by [@bradlygreen](https://github.com/bradlygreen), see [authorization-issue](https://github.com/bradlygreen/Memory-Game/issues/6) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="public/favicon.ico" /> | ||
<title>Yew • Function Memory Game</title> | ||
<base data-trunk-public-url /> | ||
|
||
<link data-trunk rel="sass" href="scss/index.scss" /> | ||
<link data-trunk rel="copy-dir" href="public/" /> | ||
|
||
</head> | ||
<body></body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.chess-board { | ||
margin-top: 20px; | ||
width: 100%; | ||
background-color: #fff; | ||
height: 530px; | ||
border-radius: 4px; | ||
padding: 10px 5px; | ||
display: flex; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
align-items: center; | ||
align-content: space-around; | ||
.chess-board-card-container:nth-child(4n) { | ||
margin-right: 0px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 450px) { | ||
.chess-board { | ||
height: 480px; | ||
padding: 10px 0px; | ||
} | ||
} | ||
@media screen and (max-width: 370px) { | ||
.chess-board { | ||
height: 450px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
.chess-board-card-container { | ||
width: 100px; | ||
height: 121px; | ||
margin-right: 3px; | ||
cursor: pointer; | ||
position: relative; | ||
perspective: 800px; | ||
|
||
.card { | ||
width: 100%; | ||
height: 100%; | ||
transition: transform 1s; | ||
transform-style: preserve-3d; | ||
} | ||
|
||
.card.flipped { | ||
transform: rotateY(180deg); | ||
} | ||
|
||
.card img { | ||
display: block; | ||
height: 100%; | ||
width: 100%; | ||
position: absolute; | ||
backface-visibility: hidden; | ||
} | ||
|
||
.card .back { | ||
background: blue; | ||
transform: rotateY(0deg); | ||
} | ||
|
||
.card .front { | ||
background: blue; | ||
transform: rotateY(180deg); | ||
} | ||
} | ||
|
||
@media screen and (max-width: 450px) { | ||
.chess-board-card-container { | ||
width: 92px; | ||
height: 111px; | ||
margin-right: 1px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 395px) { | ||
.chess-board-card-container { | ||
width: 85px; | ||
height: 102px; | ||
margin-right: 1px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 360px) { | ||
.chess-board-card-container { | ||
width: 70px; | ||
height: 84px; | ||
margin-right: 1px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.game-progress { | ||
width: 120px; | ||
height: 100px; | ||
padding: 10px; | ||
background-color: #bbada0; | ||
border-radius: 5px; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: space-between; | ||
align-items: center; | ||
color: #eae0d1; | ||
|
||
span { | ||
font-size: 19px; | ||
font-weight: bold; | ||
display: block; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
|
||
h2 { | ||
color: #fff; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 450px) { | ||
.game-progress { | ||
width: 105px; | ||
span { | ||
font-size: 17px; | ||
} | ||
} | ||
} | ||
|
||
@media screen and (max-width: 380px) { | ||
.game-progress { | ||
width: 95px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 360px) { | ||
.game-progress { | ||
width: 90px; | ||
span { | ||
font-size: 15px; | ||
} | ||
} | ||
} |
Oops, something went wrong.