-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgames_payload.json
44 lines (44 loc) · 1.26 KB
/
games_payload.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"name": "Google Solitaire",
"description": "Solitaire card game, provided by Google",
"url": "https://www.google.com/logos/fnbx/solitaire/standalone.html",
"type": 2
},
{
"name": "Free poker",
"description": "Sample Texas Holdem poker",
"url": "https://www.247freepoker.com/",
"type": 1
},
{
"name": "Chess game",
"description": "Simple chess game against AI bot of a default difficulty.",
"url": "https://fritz.chessbase.com",
"type": 3
},
{
"name": "Vlackjack",
"description": "Blackjack game with a built-in strategy hint.",
"url": "https://kevinleedrum.github.io/vlackjack/",
"type": 4
},
{
"name": "Mini chess",
"description": "Chess game, which allows to play against AI bot with various difficulty level.",
"url": "https://playpager.com/embed/chess/index.html",
"type": 3
},
{
"name": "Sample blackjack game",
"description": "Blackjack game. No built-in hints or assist. Instant play",
"url": "https://playpager.com/play-blackjack/index.html",
"type": 4
},
{
"name": "Advanced Solitaire game",
"description": "Online solitaire game with built-in hints and advanced settings.",
"url": "https://online-solitaire.com/52x2stzpm1",
"type": 2
}
]