Created: 27/09/2025
By: All-Scripts
Email: info@all-scripts.de
Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via user page contact form here. Thanks so much!
The Wine cellar is a HTML5 casino game.
This game has been developed in PHP / HTML5 / JavaScript and Phaser 3
with the HTML5 Slotbuilder - a no-code tool to build custom slots without programming!
Features:
• Audio / Musik on off
• Fullscreen
• Multilanguage Support (German, English, Spanish, French, Portuguese, Russian, Chinese, Hindi, Arabic, Bengali, Urdu, Indonesian, Japanese)
• Multiple Resolutions: (low: 640x360 / middle: 1280x720 / high: 1920x1080)
• Autoplay
• 10 Winlines
• Jackpot
• Wild
• Freegames
The ZIP package contains the game with multiple resolution (low: 640x360 / middle: 1280x720 / high: 1920x1080) that scales to fit the current screen device.
The game is fully compatible with all most common mobile devices.
To install the game just upload on your server the game folder game.
to this (with the size you like):
{
"gamefile": "THE GAME FILENAME",
"game_name": "THE GAME TITLE",
"game_active": true,
"decimals": 0,
"allowed_bets": [
10,
50,
100,
150,
300,
500,
750,
1000,
2000
],
"bet_starts": 0,
"symbols": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"FreeSpin",
"Wild",
"JP"
],
"weights": [
20,
20,
20,
18,
15,
13,
13,
13,
12,
15,
5,
2
],
"payout_multipliers": {
"sym_1": {
"c_3": 0.5,
"c_4": 1.5,
"c_5": 2.5
},
"sym_2": {
"c_3": 1,
"c_4": 3,
"c_5": 5
},
"sym_3": {
"c_3": 1.5,
"c_4": 4.5,
"c_5": 7.5
},
"sym_4": {
"c_3": 2,
"c_4": 6,
"c_5": 10
},
"sym_5": {
"c_3": 3,
"c_4": 9,
"c_5": 15
},
"sym_6": {
"c_2": 1,
"c_3": 5,
"c_4": 15,
"c_5": 25
},
"sym_7": {
"c_2": 2,
"c_3": 10,
"c_4": 30,
"c_5": 50
},
"sym_8": {
"c_2": 3,
"c_3": 15,
"c_4": 45,
"c_5": 75
},
"sym_9": {
"c_2": 4,
"c_3": 20,
"c_4": 60,
"c_5": 100
},
"sym_FreeSpin": {
"c_3": 10,
"c_4": 20,
"c_5": 30
}
},
"owner_fee": 10,
"jackpot_fee": 5,
"winlines": [
[
0,
0,
0,
0,
0
],
[
1,
1,
1,
1,
1
],
[
2,
2,
2,
2,
2
],
[
0,
1,
2,
1,
0
],
[
2,
1,
0,
1,
2
],
[
0,
0,
1,
2,
2
],
[
2,
2,
1,
0,
0
],
[
1,
0,
0,
0,
1
],
[
1,
2,
2,
2,
1
]
]
}
The game can be accessed via the URL with the additional parameter `?lang=`, to select the desired language. The following languages are supported:
The game can be accessed via the URL with the additional parameter `?resolution=`, to select the desired resolution. The following resolution are supported:
This game contains tree JavaScript files.
Once again, thank you so much for purchasing this game. Fell free to contact us if you have any questions or issue relating to this game. No guarantees, but we'll do our best to assist.