tinker-spider-solitaire 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/assets/index-CMZkl6Ha.js +6360 -0
- package/dist/images/background.png +0 -0
- package/dist/images/backside.png +0 -0
- package/dist/images/cards/clubs10.png +0 -0
- package/dist/images/cards/clubs2.png +0 -0
- package/dist/images/cards/clubs3.png +0 -0
- package/dist/images/cards/clubs4.png +0 -0
- package/dist/images/cards/clubs5.png +0 -0
- package/dist/images/cards/clubs6.png +0 -0
- package/dist/images/cards/clubs7.png +0 -0
- package/dist/images/cards/clubs8.png +0 -0
- package/dist/images/cards/clubs9.png +0 -0
- package/dist/images/cards/clubsa.png +0 -0
- package/dist/images/cards/clubsj.png +0 -0
- package/dist/images/cards/clubsk.png +0 -0
- package/dist/images/cards/clubsq.png +0 -0
- package/dist/images/cards/diamonds10.png +0 -0
- package/dist/images/cards/diamonds2.png +0 -0
- package/dist/images/cards/diamonds3.png +0 -0
- package/dist/images/cards/diamonds4.png +0 -0
- package/dist/images/cards/diamonds5.png +0 -0
- package/dist/images/cards/diamonds6.png +0 -0
- package/dist/images/cards/diamonds7.png +0 -0
- package/dist/images/cards/diamonds8.png +0 -0
- package/dist/images/cards/diamonds9.png +0 -0
- package/dist/images/cards/diamondsa.png +0 -0
- package/dist/images/cards/diamondsj.png +0 -0
- package/dist/images/cards/diamondsk.png +0 -0
- package/dist/images/cards/diamondsq.png +0 -0
- package/dist/images/cards/heats10.png +0 -0
- package/dist/images/cards/heats2.png +0 -0
- package/dist/images/cards/heats3.png +0 -0
- package/dist/images/cards/heats4.png +0 -0
- package/dist/images/cards/heats5.png +0 -0
- package/dist/images/cards/heats6.png +0 -0
- package/dist/images/cards/heats7.png +0 -0
- package/dist/images/cards/heats8.png +0 -0
- package/dist/images/cards/heats9.png +0 -0
- package/dist/images/cards/heatsa.png +0 -0
- package/dist/images/cards/heatsj.png +0 -0
- package/dist/images/cards/heatsk.png +0 -0
- package/dist/images/cards/heatsq.png +0 -0
- package/dist/images/cards/spades10.png +0 -0
- package/dist/images/cards/spades2.png +0 -0
- package/dist/images/cards/spades3.png +0 -0
- package/dist/images/cards/spades4.png +0 -0
- package/dist/images/cards/spades5.png +0 -0
- package/dist/images/cards/spades6.png +0 -0
- package/dist/images/cards/spades7.png +0 -0
- package/dist/images/cards/spades8.png +0 -0
- package/dist/images/cards/spades9.png +0 -0
- package/dist/images/cards/spadesa.png +0 -0
- package/dist/images/cards/spadesj.png +0 -0
- package/dist/images/cards/spadesk.png +0 -0
- package/dist/images/cards/spadesq.png +0 -0
- package/dist/index.html +33 -0
- package/dist/sound/deal.mp3 +0 -0
- package/dist/sound/get.mp3 +0 -0
- package/dist/sound/put.mp3 +0 -0
- package/dist/sound/scored.mp3 +0 -0
- package/dist/sound/victory.mp3 +0 -0
- package/icon.png +0 -0
- package/package.json +30 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.html
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta
|
|
6
|
+
name="viewport"
|
|
7
|
+
content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"
|
|
8
|
+
/>
|
|
9
|
+
<title>Spider Solitaire</title>
|
|
10
|
+
<style>
|
|
11
|
+
* {
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
}
|
|
16
|
+
html,
|
|
17
|
+
body {
|
|
18
|
+
height: 100%;
|
|
19
|
+
background: url('images/background.png') repeat;
|
|
20
|
+
background-size: 256px 256px;
|
|
21
|
+
}
|
|
22
|
+
body {
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
}
|
|
25
|
+
canvas {
|
|
26
|
+
display: block;
|
|
27
|
+
}
|
|
28
|
+
</style>
|
|
29
|
+
<script type="module" crossorigin src="./assets/index-CMZkl6Ha.js"></script>
|
|
30
|
+
</head>
|
|
31
|
+
<body>
|
|
32
|
+
</body>
|
|
33
|
+
</html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/icon.png
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "tinker-spider-solitaire",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Spider Solitaire Game Plugin for TINKER",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist/",
|
|
7
|
+
"icon.png"
|
|
8
|
+
],
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/liriliri/tinker-games.git"
|
|
12
|
+
},
|
|
13
|
+
"tinker": {
|
|
14
|
+
"name": "Spider Solitaire",
|
|
15
|
+
"description": "Build complete suits from King to Ace in this classic card game.",
|
|
16
|
+
"main": "dist/index.html",
|
|
17
|
+
"icon": "icon.png",
|
|
18
|
+
"locales": {
|
|
19
|
+
"zh-CN": {
|
|
20
|
+
"name": "蜘蛛纸牌",
|
|
21
|
+
"description": "经典纸牌游戏,凑齐 K 到 A 的同花顺即可获胜。"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "vite",
|
|
27
|
+
"build": "vite build",
|
|
28
|
+
"format": "prettier \"src/**/*.ts\" \"*.{html,json,ts}\" --write"
|
|
29
|
+
}
|
|
30
|
+
}
|