Created: 08/04/2018
                            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 Lucky Wheel is a HTML5 casino game.
                This game has been developed in HTML5 / JavaScript and third-party library phaser - http://phaser.io/
                
                Features:
                • Audio / Music on off
                • Fullscreen
                • Multilanguage can choose in the settings (English / German / Spanish)
                • Autoplay
                
                The ZIP package contains the game with 1440 x 1080 resolution 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):
                        
                        
                        
                         
                    
                    And you need declare the GAME_PATH in the configuration file like this:
                    
                    	const GAME_PATH = 'PATH_TO_THE_GAME/';
                    
                    
                        const GAME_PATH = ''; // Only need when you want load the game outside the folder
                        const GAME_NAME = 'Lucky Wheel';
                        const BET = 100; // Bet each spin
                        const WHEEL_ROUNDS = 4; // How much rounds the wheel do before stops.
                        const BEGIN_CREDITS = 1000; // Startcredits of the Player
						// Dont change this. If you want change is needed change the graphic of the wheel to.
                        const WIN_PRIZES = [500,"x5",1000,400,1500,900,2000,5000,"x2",100,3500,0,7000,50,"x10",200,300,600,"x10",700];
                        const CHANCES = [
                            {sym: 500, count: 100},
                            {sym: "x5", count: 100},
                            {sym: 1000, count: 50},
                            {sym: 400, count: 120},
                            {sym: 1500, count: 40},
                            {sym: 900, count: 60},
                            {sym: 2000, count: 30},
                            {sym: 5000, count: 3},
                            {sym: "x2", count: 150},
                            {sym: 100, count: 300},
                            {sym: 3500, count: 12},
                            {sym: 0, count: 400},
                            {sym: 7000, count: 1},
                            {sym: 50, count: 400},
                            {sym: "x10", count: 3},
                            {sym: 200, count: 100},
                            {sym: 300, count: 100},
                            {sym: 600, count: 90},
                            {sym: "x10", count: 3},
                            {sym: 700, count: 70},
                        ];
                    
                
            
            
                We using two CSS files in this Game.The first one is a generic reset file. Many browser interpret the default behavior of html elements differently.
                By using a general reset CSS file, we can work round this. This file also contains some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind,
                that these values might be overridden somewhere else in the file.
                
                The second file contains the background color of the page and maybe for future updates.
            
This game contains tree JavaScript files.
                12/05/2023:
                - Replace jQuery and JStorage with Vanilla Javascript
                - Update Phaser from v2.10.0 to Phaser v2.7.6 - lib/phaser.min.js
                - Update Pictures from png to webp
            
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.