“Slot Machine - Fruitybar” Documentation by “All-Scripts” v1.0


“Slot Machine - Fruitybar”

Created: 15/05/2017
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!


Table of Contents

  1. Description
  2. Getting Started
  3. CSS Files
  4. Filetree
  5. JavaScript
  6. Update Log

A) Description - top

The Fruitybar is a HTML5 casino game.
This game has been developed in HTML5 / JavaScript and third-party library phaser - http://phaser.io/

Features:
• Audio on off
• Fullscreen
• Multilanguage can choose in the settings (English / German / Spanish)
• Autoplay
• Jackpot
• Freegames

The ZIP package contains the game with 989 x 1080 resolution that scales to fit the current screen device.
The game is fully compatible with all most common mobile devices.


B) Getting Started - top

To install the game just upload on your server the game folder game.


C) CSS Files - top

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.


D) Filetree - top


E) JavaScript - top

This game contains tree JavaScript files.

  1. Phaser v2.7.6 - lib/phaser.min.js
  2. Configuration File - src/config.js
  3. Our custom script - src/game.js
  1. Phaser is an open source HTML5 game framework created by Photon Storm. It's designed to create games that will run on desktop and mobile web browsers.
  2. In The configuration file you can change debugmode (so developers get a console output), bets, jackpot, chances and many more.
  3. The Game

F) Update log - top

12/05/2023:
- Replace jQuery and JStorage with Vanilla Javascript
- Update Pictures from png to webp
- Bugfix Jackpot round error


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.

All-Scripts

Go To Table of Contents