Poll
2 votes (7.69%) | |||
16 votes (61.53%) | |||
4 votes (15.38%) | |||
3 votes (11.53%) | |||
No votes (0%) | |||
1 vote (3.84%) |
26 members have voted
The rules:
Pay Table:
Don't believe this game actually has a joker? Here is a winning hand for you:
I had to do a little recoding of my joker poker program to handle these unusual rules. Not just change the lowest hand from kings or better to jacks but also that strange rule about a royal flush needing a natural ace. I assumed that if the player got 10-J-Q-K-joker it paid the same as a straight flush. That said, here is my analysis of the game under optimal strategy.
Hand | Pays | Combinations | Probability | Return |
---|---|---|---|---|
Five of a kind | 1000 | 2,256,936,600 | 0.000092 | 0.091862 |
Royal flush (must have ace) | 600 | 2,838,694,980 | 0.000116 | 0.069324 |
Royal flush (wild ace) | 200 | 542,940,840 | 0.000022 | 0.004420 |
Straight flush | 200 | 17,333,211,960 | 0.000705 | 0.141099 |
Four of a kind | 50 | 205,489,710,660 | 0.008364 | 0.418191 |
Full house | 15 | 377,827,957,620 | 0.015378 | 0.230675 |
Flush | 10 | 472,282,725,420 | 0.019223 | 0.192228 |
Straight | 5 | 423,189,351,984 | 0.017225 | 0.086123 |
Three of a kind | 3 | 3,191,277,399,780 | 0.129891 | 0.389673 |
Two pair | 2 | 2,661,271,749,720 | 0.108319 | 0.216638 |
Jacks or better | 1 | 5,066,169,132,756 | 0.206203 | 0.206203 |
Nothing | 0 | 12,148,385,708,880 | 0.494463 | 0.000000 |
Total | 24,568,865,521,200 | 1.000000 | 2.046436 |
Unlike the Mission2Game blackjack game (with a 0.75% player advantage), let me make it perfectly clear that this time you are on your own. If you want to play it, you can find the game at the Diamond World casino. I'm not even going to give you a link, lest anybody interpret it that we're making money off of it. If you lose, please don't come crying to me.
The game is by a software company I've never heard before called Wazdan.
A couple other red flags, as if we need more:
1. The game mentions it is multi-line, but in my experience it is a single-line game.
2. Why does an "American" game use a French deck of cards (they use a D instead of a Q for a queen)?
3. It was a nightmare trying to install the proper plug-in and use it in Google Chrome. If you want to try it out, I suggest Internet Explorer.
The game can be played in free mode. If any of you give it a try, let me know how you did. This software is full of other unusual games as well. Like a version of video poker with two draws and a joker that starts with a two pair win at 3 for 1. That has got to have a return over 200% as well, but would be a major ordeal to code.
The question for the poll is would you play this game?
Quote: Wizard...The question for the poll is would you play this game?
If IGT put it in a casino, yes. On that website, ARE YOU CRAZY?!?! :-)
Quote: IbeatyouracesIf IGT put it in a casino, yes. On that website, ARE YOU CRAZY?!?! :-)
That mirrors my question... how do you cash out?
Quote: Dieterhow do you cash out?
You ask for your money and they send you a check.
this is under terms and conditions,
2. The player warrants and represents, at all times, not to:
• be citizen of The United States of America;
• be resident of The United States of America.
Sure they will let you sign up... but cashing outs gonna be a problem. :)
Quote: rainmancashing outs gonna be a problem. :)
Quote: Diamond World Casino website
I. Sanctions for Misconduct
In the event of misconduct by a player, the company reserves the right to (...) retain the player’s credit on the player account and any illegitimately won prizes at the player’s cost.
Yeah. I, as a US Citizen and US resident, may find cashing out difficult.
So, no.
@ 205% you'll know within a very very short period of time if its gaffed or not. I'm willing to take that risk. Even if you're not a VP player that's not a problem. Mistakes and perfect play shouldn't even be a factor.
I have seen mistakes made with successful outcomes on stuff like this.
Perhaps we can actually get some screen recording Video of the play and analyze everything.
chrome://flags/#enable-npapi
I looked though the list a few times, I don't see NPAPI anywhere.
Experiments Reset all to default
Override software rendering list Mac, Windows, Linux, Chrome OS, Android
Overrides the built-in software rendering list and enables GPU-acceleration on unsupported system configurations. #ignore-gpu-blacklist
Enable
Disable DirectWrite Windows
Disables the use of experimental DirectWrite font rendering system. #disable-direct-write
Enable
Enable experimental canvas features Mac, Windows, Linux, Chrome OS, Android
Enables the use of experimental canvas features which are still in development. #enable-experimental-canvas-features
Enable
Disable accelerated 2D canvas Mac, Windows, Linux, Chrome OS, Android
Disables the use of the GPU to perform 2d canvas rendering and instead uses software rendering. #disable-accelerated-2d-canvas
Enable
Enable display list 2D canvas Mac, Windows, Linux, Chrome OS, Android
Enables the use of display lists to record 2D canvas commands. This allows 2D canvas rasterization to be performed on separate thread. #enable-display-list-2d-canvas
Composited render layer borders Mac, Windows, Linux, Chrome OS, Android
Renders a border around composited Render Layers to help debug and study layer compositing. #composited-layer-borders
Enable
FPS counter Mac, Windows, Linux, Chrome OS, Android
Shows a page's actual frame rate, in frames per second, when hardware acceleration is active. #show-fps-counter
Enable
Disable WebGL Mac, Windows, Linux, Chrome OS, Android
Enabling this option prevents web applications from accessing the WebGL API. #disable-webgl
Enable
Enable support for WebRTC Stun origin header. Mac, Windows, Linux, Chrome OS, Android
When enabled, Stun messages generated by WebRTC will contain the Origin header. #enable-webrtc-stun-origin
Enable
Native Client Mac, Windows, Linux, Chrome OS, Android
Enable Native Client for all web applications, even those that were not installed from the Chrome Web Store. #enable-nacl
Enable
Native Client GDB-based debugging Mac, Windows, Linux, Chrome OS
Enable GDB debug stub. This will stop a Native Client application on startup and wait for nacl-gdb (from the NaCl SDK) to attach to it. #enable-nacl-debug
Enable
Restrict Native Client GDB-based debugging by pattern Mac, Windows, Linux, Chrome OS
Restricts Native Client application GDB-based debugging by URL of manifest file. Native Client GDB-based debugging must be enabled for this option to work. #nacl-debug-mask
Experimental Extension APIs Mac, Windows, Linux, Chrome OS
Enables experimental extension APIs. Note that the extension gallery doesn't allow you to upload extensions that use experimental APIs. #extension-apis
Enable
Extensions on chrome:// URLs Mac, Windows, Linux, Chrome OS, Android
Enables running extensions on chrome:// URLs, where extensions explicitly request this permission. #extensions-on-chrome-urls
Enable
Enable fast tab/window close Mac, Windows, Linux, Chrome OS, Android
Enables fast tab/window closing - runs a tab's onunload js handler independently of the GUI. #enable-fast-unload
Enable
Enable 'window-controls' element Mac, Windows, Linux, Chrome OS
Enables using 'window-controls' HTML elements in packaged apps. #enable-app-window-controls
Enable
Disable hyperlink auditing Mac, Windows, Linux, Chrome OS, Android
Disable sending hyperlink auditing pings. #disable-hyperlink-auditing
Enable
Show Autofill predictions Mac, Windows, Linux, Chrome OS, Android
Annotates web forms with Autofill field type predictions as placeholder text. #show-autofill-type-predictions
Enable
Smooth Scrolling Windows, Linux
Enable the experimental smooth scrolling implementation. #enable-smooth-scrolling
Enable
Overlay Scrollbars Windows, Linux, Chrome OS
Enable the experimental overlay scrollbars implementation. You must also enable threaded compositing to have the scrollbars animate. #overlay-scrollbars
Enable Panels Mac, Windows, Linux, Chrome OS
Enable Panel windows that open outside of the browser frame. Attempts to open a Panel will open a popup instead if not enabled. Panels are always enabled on the dev and canary channels. #enable-panels
Enable
Save Page as MHTML Mac, Windows, Linux
Enables saving pages as MHTML: a single text file containing HTML and all sub-resources. #save-page-as-mhtml
Enable
Experimental QUIC protocol. Mac, Windows, Linux, Chrome OS, Android
Enable experimental QUIC protocol support. #enable-quic
Disable Media Source API. Mac, Windows, Linux, Chrome OS, Android
Disable the MediaSource object. This object allows JavaScript to send media data directly to a video element. #disable-media-source
Enable
Disable Encrypted Media Extensions. Mac, Windows, Linux, Chrome OS, Android
Disable Encrypted Media Extensions on video and audio elements. #disable-encrypted-media
Enable
Disable prefixed Encrypted Media Extensions. Mac, Windows, Linux, Chrome OS, Android
Disable the experimental version of Encrypted Media Extensions on video and audio elements. #disable-prefixed-encrypted-media
Enable
Disable latest stable JavaScript features Mac, Windows, Linux, Chrome OS, Android
Some web pages use legacy or non-standard JavaScript extensions that may conflict with the latest JavaScript features. This flag disables support of those features for compatibility with such pages. #disable-javascript-harmony-shipping
Enable
Enable Experimental JavaScript Mac, Windows, Linux, Chrome OS, Android
Enable web pages to use experimental JavaScript features. #enable-javascript-harmony
Enable
Disable 3D software rasterizer Mac, Windows, Linux, Chrome OS, Android
Don't fall back to a 3D software rasterizer when the GPU cannot be used. #disable-software-rasterizer
Enable
Enable GPU rasterization. Mac, Windows, Linux, Chrome OS, Android
Use GPU to rasterize web content. Requires impl-side painting. #enable-gpu-rasterization
GPU rasterization MSAA sample count. Mac, Windows, Linux, Chrome OS, Android
Specify the number of MSAA samples for GPU rasterization. #gpu-rasterization-msaa-sample-count
Disable slimming paint. Mac, Windows, Linux, Chrome OS, Android
Do not use the slimming paint display lists for drawing. Note the enable-slimming-paint flag takes precedence over this flag if both are present. #disable-slimming-paint
Enable
Enable slimming paint. Mac, Windows, Linux, Chrome OS, Android
Use the slimming paint display lists for all drawing. Takes precedence over the disable-slimming-paint flag if both are present. #enable-slimming-paint
Enable
Enable experimental Web Platform features. Mac, Windows, Linux, Chrome OS, Android
Enable experimental Web Platform features that are in development. #enable-experimental-web-platform-features
Enable
Enable Web Bluetooth. Mac, Windows, Linux, Chrome OS, Android
Enables Web Bluetooth which could allow websites to connect to and control Bluetooth devices around you. Including keyboards, cameras, microphones, etc. #enable-web-bluetooth
Enable
Enable Developer Tools experiments. Mac, Windows, Linux, Chrome OS
Enable Developer Tools experiments. Use Settings panel in Developer Tools to toggle individual experiments. #enable-devtools-experiments
Enable
Enable Silent Debugging. Mac, Windows, Linux, Chrome OS
Do not show the infobar when an extension attaches to a page via chrome.debugger API. This flag is required to debug extension background pages. #silent-debugger-extension-api
Enable
Enable Automatic Spelling Correction Windows, Linux, Chrome OS
Turn on autocorrection of text while typing. Synchronous spellchecking is not compatible with this feature. #spellcheck-autocorrect
Enable
Enable Multilingual Spellchecker Windows, Linux, Chrome OS
Turn on support for spellchecking in multiple languages at the same time. #enable-multilingual-spellchecker
Enable
Enable scroll prediction Mac, Windows, Linux, Chrome OS
Predicts the finger's future position during scrolls allowing time to render the frame before the finger is there. #enable-scroll-prediction
Enable
Material design in the browser's top chrome Windows, Linux, Chrome OS
Sets the material design elements in the browser's top chrome. #top-chrome-md
Enable touch events Mac, Windows, Linux, Chrome OS
Force touchscreen support to always be enabled or disabled, or to be enabled when a touchscreen is detected on startup (Automatic, the default). #touch-events
Disable touch adjustment. Windows, Linux, Chrome OS, Android
Disables touch adjustment support. Touch adjustment is the process of refining the position of a touch gesture in order to compensate for touches having poor resolution compared to a mouse. #disable-touch-adjustment
Enable
Enable Download Resumption Mac, Windows, Linux, Chrome OS
Allow downloads that have been interrupted to be continued or restarted, using the Resume context menu item. #enable-download-resumption
Enable
Download Status in Notification Center Mac, Windows, Linux, Chrome OS
If enabled, download status is displayed as a notification, instead of an item in download bar. #enable-download-notification
Enable
NaCl Socket API. Mac, Windows, Linux, Chrome OS
Allows applications to use NaCl Socket API. Use only to test NaCl plugins. #allow-nacl-socket-api
Enable
Disallow shelf to minimize-on-click. Mac, Windows, Linux, Chrome OS, Android
Disallow the shelf to minimize a window if a shelf item gets clicked which has only a single, already active, window associated with it. #disable-minimize-on-second-launcher-item-click
Enable
Show HUD for touch points Mac, Windows, Linux, Chrome OS, Android
Enables a heads-up display at the top-left corner of the screen that lists information about the touch-points on the screen. #show-touch-hud
Enable
Enable pinch scale. Windows, Linux, Chrome OS
Enables experimental support for scale using pinch. #enable-pinch
Enable viewport meta tag. Mac, Windows, Linux, Chrome OS
Enables handling of the viewport meta tag to allow pages to set the layout width and user zoom properties. #enable-viewport-meta
Enable
Disable hardware-accelerated video decode. Mac, Windows, Chrome OS
Disables hardware-accelerated video decode where available. #disable-accelerated-video-decode
Enable
Debugging keyboard shortcuts Mac, Windows, Linux, Chrome OS, Android
Enables additional keyboard shortcuts that are useful for debugging Google Chrome. #ash-debug-shortcuts
Enable
Enable debugging for packed apps. Mac, Windows, Linux, Chrome OS
Enables debugging context menu options such as Inspect Element for packed applications. #debug-packed-apps
Enable
Enable password generation. Mac, Windows, Linux, Chrome OS, Android
Allow the user to have Chrome generate passwords when it detects account creation pages. #enable-password-generation
Save passwords automatically. Mac, Windows, Linux, Chrome OS
Skip the passwords prompt and save passwords automatically. #enable-automatic-password-saving
Enable
Disable Password Manager Reauthentication Mac, Windows
Disable prompting the user for their OS password before revealing passwords on the passwords page. #password-manager-reauthentication
Enable
Enable force-saving of passwords Mac, Windows, Linux, Chrome OS, Android
Allow the user to manually enforce password saving instead of relying on password manager's heuristics. #enable-password-force-saving
Enable
Enable remote password management link Mac, Windows, Linux, Chrome OS, Android
Show a link in the password manager settings page to manage your synced passwords online. #enable-password-link
Enable affiliation based matching in password manager. Mac, Windows, Linux, Chrome OS, Android
Allow credentials stored for Android applications to be filled into corresponding websites. #enable-affiliation-based-matching
Use Google Payments sandbox servers Mac, Windows, Linux, Chrome OS, Android
For developers: use the sandbox service for Google Payments API calls for requestAutocomplete(). #wallet-service-use-sandbox
Overscroll history navigation Mac, Windows, Linux, Chrome OS, Android
Experimental history navigation in response to horizontal overscroll. #overscroll-history-navigation
Enable large icons on the New Tab page Mac, Windows, Linux, Chrome OS, Android
Enable the experimental New Tab page using large icons. #enable-icon-ntp
Enable touch initiated drag and drop Windows, Chrome OS
Touch drag and drop can be initiated through long press on a draggable element. #enable-touch-drag-drop
Enable touch based text editing Windows, Linux, Chrome OS
Touch editing can be initiated by tapping on a textfield or a selected text. #enable-touch-editing
Enable the stale-while-revalidate cache directive Mac, Windows, Linux, Chrome OS, Android
Enable the experimental implementation of the Cache-Control: stale-while-revalidate directive. This permits servers to specify that some resources may be revalidated in the background to improve latency. #enable-stale-while-revalidate
Enable
Enable managed bookmarks for supervised users Mac, Windows, Linux, Chrome OS, Android
Enable the managed bookmarks folder for supervised users. #enable-supervised-user-managed-bookmarks-folder
Enable
Enable App Launcher sync Mac, Windows, Linux, Chrome OS
Enable App Launcher sync. This also enables Folders where available (non OSX). #enable-sync-app-list
LCD text antialiasing Mac, Windows, Linux, Chrome OS
If disabled, text is rendered with grayscale antialiasing instead of LCD (subpixel) when doing accelerated compositing. #lcd-text-aa
Maximum tiles for interest area Mac, Windows, Linux, Chrome OS, Android
Specify the maximum tiles for interest area. #max-tiles-for-interest-area
Enable Google Payments card saving checkbox Mac, Windows, Linux, Chrome OS, Android
Show the checkbox to offer local saving of a credit card downloaded from the server. #enable-offer-store-unmasked-wallet-cards
Enable Offline Auto-Reload Mode Mac, Windows, Linux, Chrome OS, Android
Pages that fail to load while the browser is offline will be auto-reloaded when the browser is online again. #enable-offline-auto-reload
Only Auto-Reload Visible Tabs Mac, Windows, Linux, Chrome OS, Android
Pages that fail to load while the browser is offline will only be auto-reloaded if their tab is visible. #enable-offline-auto-reload-visible-only
Enable Show Saved Copy Button Mac, Windows, Linux, Chrome OS, Android
When a page fails to load, if a stale copy of the page exists in the browser cache, a button will be presented to allow the user to load that stale copy. The primary enabling choice puts the button in the most salient position on the error page; the secondary enabling choice puts it secondary to the reload button. #show-saved-copy
Default tile width Mac, Windows, Linux, Chrome OS, Android
Specify the default tile width. #default-tile-width
Default tile height Mac, Windows, Linux, Chrome OS, Android
Specify the default tile height. #default-tile-height
Simple Cache for HTTP. Mac, Windows, Linux, Chrome OS
The Simple Cache for HTTP is a new cache. It relies on the filesystem for disk space allocation. #enable-simple-cache-backend
Device Discovery Notifications Mac, Windows, Linux, Chrome OS
Device discovery notifications on local network. #device-discovery-notifications
Enable Print Preview Registration Promos Mac, Windows, Linux, Chrome OS
Enable registering unregistered cloud printers from print preview. #enable-print-preview-register-promos
Enable
Enable XPS in Google Cloud Print Windows
XPS enables advanced options for classic printers connected to the Cloud Print with Chrome. Printers must be re-connected after changing this flag. #enable-cloud-print-xps
Enable
Tab capture upscaling quality. Mac, Windows, Linux, Chrome OS, Android
Specifies quality setting for images captured if scaling up. #tab-capture-upscale-quality
Tab capture downscaling quality. Mac, Windows, Linux, Chrome OS, Android
Specifies quality setting for images captured if scaling down. #tab-capture-downscale-quality
Disable hiding close buttons on inactive tabs when stacked Windows, Linux, Chrome OS
Disables hiding the close buttons of inactive tabs when the tabstrip is in stacked mode. #disable-hide-inactive-stacked-tab-close-buttons
Enable
Spelling Feedback Field Trial. Mac, Windows, Linux, Chrome OS, Android
Enable the field trial for sending user feedback to spelling service. #enable-spelling-feedback-field-trial
Enable
Enable WebGL Draft Extensions Mac, Windows, Linux, Chrome OS, Android
Enabling this option allows web applications to access the WebGL Extensions that are still in draft status. #enable-webgl-draft-extensions
Enable
Enable new profile management system Mac, Windows, Linux, Chrome OS, Android
Enables the new profile management system, including profile lock and the new avatar menu UI. #enable-new-profile-management
Enable identity consistency between browser and cookie jar Mac, Windows, Linux, Chrome OS, Android
When enabled, the browser manages signing in and out of Google accounts. #enable-account-consistency
Enables iframe-based Chrome sign-in flows. This flag overrides --enable-web-based-signin. Mac, Windows, Linux
When enabled, will use an iframe-based Chrome sign-in flow; otherwise uses a webview-based flow. #enable-iframe-based-signin
Enable
Enable Google profile name and icon Mac, Windows, Linux
Enables using Google information to populate the profile name and icon in the avatar menu. #enable-google-profile-info
Enable
Enable the experimental SurfaceWorker feature. Mac, Windows, Linux, Chrome OS
This will allow the use of the experimental SurfaceWorker feature. #enable-surface-worker
Enable
Reset the App Launcher install state on every restart. Mac, Windows, Linux
Reset the App Launcher install state on every restart. While this flag is set, Chrome will forget the launcher has been installed each time it starts. This is used for testing the App Launcher install flow. #reset-app-list-install-state
Enable
Enable one-copy rasterizer Mac, Windows, Linux, Chrome OS, Android
If enabled, raster threads write to GPU memory. #enable-one-copy
Enable
Enable zero-copy rasterizer Mac, Windows, Linux, Chrome OS, Android
If enabled, raster threads write directly to GPU memory associated with tiles. #enable-zero-copy
Enable
Enable the new bookmark app system. Mac, Windows, Linux, Chrome OS
Enables the new system for creating bookmark apps. #disable-new-bookmark-apps
Enable experimental ephemeral apps from the webstore. Mac, Windows, Linux, Chrome OS, Android
Enables ephemeral apps, which are launched without installing in Chrome, to be launched from the Chrome WebStore. Requires the experimental App Launcher to be enabled. #enable-ephemeral-apps-in-webstore
Enable
Enable experimental linkable ephemeral apps. Mac, Windows, Linux, Chrome OS, Android
Enables experimentation with launching ephemeral apps from hyperlinks. For example, links to Chrome Web Store app detail pages in Google search results will launch the app rather than navigate to the detail page. #enable-linkable-ephemeral-apps
Enable
Disable rect-based targeting in views Windows, Linux, Chrome OS
Disables rect-based targeting in views. Rect-based targeting uses a heuristic to determine the most probable target of a gesture, where the touch region is represented by a rectangle. #disable-views-rect-based-targeting
Enable
Enable Link Disambiguation Popup. Windows, Chrome OS
Enable the zoomed bubble that appears on touchscreens when accidentally touching more than one link at a time. #enable-link-disambiguation-popup
Enable
Enable show-on-first-paint for apps. Mac, Windows, Linux, Chrome OS
Show apps windows after the first paint. Windows will be shown significantly later for heavy apps loading resources synchronously but it will be insignificant for apps that load most of their resources asynchronously. #enable-apps-show-on-first-paint
Enable
Enable Enhanced Bookmarks Mac, Windows, Linux, Chrome OS, Android
Provides an off switch for enhanced bookmarks experiment #enhanced-bookmarks-experiment
Number of raster threads Mac, Windows, Linux, Chrome OS, Android
Specify the number of raster threads. #num-raster-threads
Enable single-click autofill Mac, Windows, Linux, Chrome OS, Android
Make autofill suggestions on initial mouse click on a form element. #enable-single-click-autofill
Enable Site Engagement Service Mac, Windows, Linux, Chrome OS, Android
Enables the Site Engagement Service, which records interaction with sites and allocates resources accordingly. #enable-site-engagement-service
Enable session restore bubble UI. Windows, Linux
If enabled, the session restore UI will be shown in a bubble instead of an info bar. #enable-session-crashed-bubble
Enable material UI for PDF. Mac, Windows, Linux, Chrome OS
Enable the new material UI in the PDF Viewer. #enable-pdf-material-ui
Disable support for Cast Streaming hardware video encoding. Mac, Windows, Linux, Chrome OS, Android
This option disables support in Cast Streaming for encoding video streams using platform hardware. #disable-cast-streaming-hw-encoding
Enable
Enable the experimental App Launcher. Windows, Linux, Chrome OS
Enable the experimental version of the App Launcher. #enable-experimental-app-list
Center the App Launcher. Windows, Linux, Chrome OS
Positions the App Launcher in the center of the screen with a landscape aspect. #enable-centered-app-list
Enable
Enable the new App Launcher mixer algorithm. Mac, Windows, Linux, Chrome OS
This enables a new search result selecting and ranking algorithm in the App Launcher. #enable-new-app-list-mixer
Disable threaded scrolling. Mac, Windows, Linux, Chrome OS, Android
Disabled threaded handling of scroll-related input events, forcing all such scroll events to be handled on the main thread. Note that this can dramatically hurt scrolling performance of most websites and is intended for testing purposes only. #disable-threaded-scrolling
Enable
Invert Viewport Scroll Order. Mac, Windows, Linux, Chrome OS, Android
Enables flipped viewport scroll order in some situations. Namely, during a pinch-zoom, the visual viewport should be scrolled first, then the layout viewport. #invert-viewport-scroll-order
Enable
Show settings in a window Mac, Windows, Linux, Chrome OS
If enabled, Settings will be shown in a dedicated window instead of as a browser tab. #enable-settings-window
Enable Save Password Bubble UI Mac, Windows, Linux, Chrome OS
Enable experimental bubble-based UI for saving passwords; replaces the existing infobar. #enable-save-password-bubble
Enable distance field text Mac, Windows, Linux, Chrome OS, Android
If enabled, text is rendered with signed distance fields rather than bitmap alpha masks. #distance-field-text
Extension Content Verification Mac, Windows, Linux, Chrome OS
This flag can be used to turn on verification that the contents of the files on disk for extensions from the webstore match what they're expected to be. This can be used to turn on this feature if it would not otherwise have been turned on, but cannot be used to turn it off (because this setting can be tampered with by malware). #extension-content-verification
User consent for extension scripts Mac, Windows, Linux, Chrome OS, Android
Require user consent for an extension running a script on the page, if the extension requested permission to run on all urls. #extension-active-script-permission
Enable
Enable embedded extension options. Mac, Windows, Linux, Chrome OS
Display extension options as an embedded element in chrome://extensions rather than opening a new tab. #enable-embedded-extension-options
Enable
Enables the web app style frame for hosted apps. Windows, Chrome OS
Enables the web app style frame for hosted apps, including bookmark apps. This is currently only available for Ash. #enable-web-app-frame
Enable
Drop sync credentials from password manager. Mac, Windows, Linux, Chrome OS, Android
If enabled, the password manager will not offer to save the credential used to sync. #enable-drop-sync-credential
Enable extension toolbar redesign. Mac, Windows, Linux, Chrome OS
Enables the (in development) new extension toolbar toolbar design. #enable-extension-action-redesign
Enable
Autofill sync credential Mac, Windows, Linux, Chrome OS, Android
How the password manager handles autofill for the sync credential. #autofill-sync-credential
Enable experiments that message center always scroll up upon notification removal. Mac, Windows, Linux, Chrome OS
Enables experiment that message center always scroll up when a notification is removed. #enable-message-center-always-scroll-up-upon-notification-removal
Enable
Enable Material Design settings Mac, Windows, Linux, Chrome OS
If enabled, the chrome://md-settings/ URL loads the Material Design settings page. #enable-md-settings
Enable
Enable tab audio muting UI control. Mac, Windows, Linux, Chrome OS
When enabled, the audio indicators in the tab strip double as tab audio mute controls. This also adds commands in the tab context menu for quickly muting multiple selected tabs. #enable-tab-audio-muting
Enable
Enable the experimental Credential Manager API. Mac, Windows, Linux, Chrome OS, Android
Enables an experimental implementation of the Credential Manager API. No promises that this won't expose all your passwords to every site on the web; don't enable this unless you know what you're doing. #enable-credential-manager-api
Enable
Reduce default 'referer' header granularity. Mac, Windows, Linux, Chrome OS, Android
If a page hasn't set an explicit referrer policy, setting this flag will reduce the amount of information in the 'referer' header for cross-origin requests. #reduced-referrer-granularity
Enable
Enable Plugin Power Saver Mac, Windows, Linux, Chrome OS
Force on the experimental power saver mode for peripheral plugin content. Overrides content settings. #enable-plugin-power-saver
Fill passwords on account selection Mac, Windows, Linux, Chrome OS, Android
Filling of passwords when an account is explicitly selected by the user rather than autofilling credentials on page load. #enable-fill-on-account-select
Disable Delay Agnostic AEC in WebRTC. Windows, Linux, Chrome OS
Disable Delay Agnostic AEC in WebRTC. Use if reported system delays are very trusted, or if others experience echo from your machine. #disable-delay-agnostic-aec
Enable
Mark non-secure origins as non-secure Mac, Windows, Linux, Chrome OS, Android
Mark non-secure origins as non-secure, or as "dubious". #mark-non-secure-as
Enable out of process iframes Mac, Windows, Linux, Chrome OS, Android
Highly experimental support for rendering cross-site iframes in separate processes. #enable-site-per-process
Enable
Clear data savings on startup Mac, Windows, Linux, Chrome OS, Android
Clears data savings obtained by using data reduction proxy when chrome starts. #clear-data-reduction-proxy-data-savings
Enable
Allow invalid certificates for resources loaded from localhost. Mac, Windows, Linux, Chrome OS, Android
Allows requests to localhost over HTTPS even when an invalid certificate is presented. #allow-insecure-localhost
Enable
Enable add to shelf Mac, Windows, Linux, Chrome OS
Enable the display of add to shelf banners, which prompt a user to add a web app to their shelf, or other platform-specific equivalent. #enable-add-to-shelf
Bypass user engagement checks Mac, Windows, Linux, Chrome OS, Android
Bypasses user engagement checks for displaying app banners, such as requiring that users have visited the site before and that the banner hasn't been shown recently. This allows developers to test that other eligibility requirements for showing app banners, such as having a manifest, are met. #bypass-app-banner-engagement-checks
Enable
Use Chrome Sync sandbox Mac, Windows, Linux, Chrome OS, Android
Connects to the testing server for Chrome Sync. #use-sync-sandbox
Enable
Enable child account detection. Mac, Windows, Linux, Chrome OS, Android
Enable detection of child accounts on sign-in and startup, as well as periodically. #enable-child-account-detection
Enable Out-of-process V8 Proxy Resolver. Mac, Windows, Linux, Chrome OS
Enable Out-of-process V8 Proxy Resolver. Runs the V8 proxy resolver in a utility process instead of inside the browser process. #v8-pac-mojo-out-of-process
Enable Media Router Mac, Windows, Linux, Chrome OS, Android
Enables Chrome to access external presentation-type displays and use them for presenting web content. #enable-media-router
Enable
Child account SafeSites filtering Mac, Windows, Linux, Chrome OS, Android
Enable or disable SafeSites filtering for child accounts. #supervised-user-safesites
Disables the new video rendering path for video elements. Mac, Windows, Linux, Chrome OS, Android
Disables the new compositor driven video rendering path for video elements. #disable-new-video-renderer
Enable
Document scrolling element interoperability. Mac, Windows, Linux, Chrome OS, Android
Control whether document.body.scrollTop/scrollLeft in JavaScript reflects the standard interoperable behavior (enabled) or legacy WebKit behavior (disabled). When enabled, document.scrollingElement is document.documentElement, when disabled it's document.body (for strict-mode pages). #scroll-top-left-interop
Causes audio output streams to check if channel layouts other than the default hardware layout are available. Windows
Causes audio output streams to check if channel layouts other than the default hardware layout are available. Turning this on will allow the OS to do stereo to surround expansion if supported. May expose third party driver bugs, use with caution. #try-supported-channel-layouts
Enable
Emphasize titles in the omnibox dropdown Mac, Windows, Linux, Chrome OS, Android
Causes the omnibox dropdown to sometimes display suggestion titles more prominently than URLs. #emphasize-titles-in-omnibox-dropdown
Enable
Enable negotiation with DTLS 1.2 for WebRTC. Mac, Windows, Linux, Chrome OS, Android
When enabled, WebRTC will try to negotiate DTLS 1.2. #enable-webrtc-dtls12
Enable
V8 caching mode. Mac, Windows, Linux, Chrome OS, Android
Caching mode for the V8 JavaScript engine. #v8-cache-options
Enable Material Design downloads Mac, Windows, Linux, Chrome OS
If enabled, the chrome://downloads/ URL loads the Material Design downloads page. #enable-md-downloads
Enable
Unavailable Experiments
Disable WebRTC Android
Enabling this option prevents web applications from accessing the WebRTC API. #disable-webrtc
Sorry, this experiment is not available on your platform.
Disable support for WebRTC hardware video decoding. Chrome OS, Android
This option disables support in WebRTC for decoding video streams using platform hardware. #disable-webrtc-hw-decoding
Sorry, this experiment is not available on your platform.
Disable support for WebRTC hardware video encoding. Chrome OS, Android
This option disables support in WebRTC for encoding video streams using platform hardware. #disable-webrtc-hw-encoding
Sorry, this experiment is not available on your platform.
Disable window backdrops in TouchView Chrome OS
Disables the grey window backdrops used in TouchView (maximize mode) behind windows which cannot be maximized. #ash-disable-maximize-mode-window-backdrop
Sorry, this experiment is not available on your platform.
Enable TouchView maximizing UI for testing Chrome OS
Enable Ctrl+Alt+Shift+8 to toggle the TouchView maximizing mode. #ash-enable-touch-view-testing
Sorry, this experiment is not available on your platform.
Disable additional touch feedback on UI components. Chrome OS
Certain UI components will stop displaying visual feedback upon touch interactions. #disable-touch-feedback
Sorry, this experiment is not available on your platform.
Enable mirrored screen mode. Chrome OS
Enable the mirrored screen mode. This mode flips the screen image horizontally. #ash-enable-mirrored-screen
Sorry, this experiment is not available on your platform.
Screen rotation animation. Chrome OS
Experimental screen rotation animations. #ash-enable-screen-rotation-animations
Sorry, this experiment is not available on your platform.
Use a stable window order in overview. Chrome OS
Uses a stable window ordering in overview mode which attempts to minimize movement of windows when entering / exiting overview and between overview sessions. #ash-stable-overview-order
Sorry, this experiment is not available on your platform.
Scroll end effect Chrome OS
Experimental scroll end effect in response to vertical overscroll. #scroll-end-effect
Sorry, this experiment is not available on your platform.
Touch text selection strategy Android
Controls how text selection granularity changes when touch text selection handles are dragged. Non-default behavior is experimental. #touch-selection-strategy
Sorry, this experiment is not available on your platform.
Enable the Suggestions Service Chrome OS, Android
Enable the experimental Chrome suggestions service. #enable-suggestions-service
Sorry, this experiment is not available on your platform.
Enable TCP Fast Open Linux, Chrome OS, Android
Enable the option to send extra authentication information in the initial SYN packet for a previously connected client, allowing faster data send start. #enable-tcp-fast-open
Sorry, this experiment is not available on your platform.
Disable Drive apps in App Launcher. Chrome OS
Do not show Drive apps side by side with Chrome apps in App Launcher. #disable-drive-apps-in-app-list
Sorry, this experiment is not available on your platform.
Bleeding Edge Renderer Paths - LIKELY TO CRASH YOUR BROWSER Android
Use bleeding-edge code to make Chrome draw content faster. The changes behind this path are very likely to break lots of content. #bleeding-edge-renderer-mode
Sorry, this experiment is not available on your platform.
Apps file associations. Mac
Enable OS integration of file associations for Chrome Apps. #enable-apps-file-associations
Sorry, this experiment is not available on your platform.
Enable simulated hardware 'Ok Google' features. Chrome OS
Enables an experimental version of 'Ok Google' hotword detection features that have a hardware dependency. #enable-hotword-hardware
Sorry, this experiment is not available on your platform.
Credit card scanning Android
Enable scanning a new credit card number when filling out a credit card form. #enable-credit-card-scan
Sorry, this experiment is not available on your platform.
Enable support for hover capable touchscreens. Android
Enables hover feature by holding your finger just over the screen to experience a mouseover event. #enable-touch-hover
Sorry, this experiment is not available on your platform.
Enable Delay Agnostic AEC in WebRTC. Mac
Enable Delay Agnostic AEC in WebRTC. Use if reported system delays are untrusted. Specifically applies to Mac OS X and CrOS, but also if audio is routed through a different device like TV. enable-delay-agnostic-aec overrides disable-delay-agnostic-aec. #enable-delay-agnostic-aec
Sorry, this experiment is not available on your platform.
Quote: AxelWolfHELP!
chrome://flags/#enable-npapi
I looked though the list a few times, I don't see NPAPI anywhere.
(...)
Sorry, this experiment is not available on your platform.
It's almost as if Chrome disabled NPAPI in April 2015.
Cool find though Wiz. Intriguing games indeed. I wonder why they call it "American Poker" when no Americans can play and it's a French deck as you pointed out...?
EDIT - Anyone else try to play in IE? I made a dummy account just to mess around and check it out, but it's telling me I need to install "Unity Web Player" even in I.E.
So I'm playing "for fun..." and I noticed something quite interesting. Say you get dealt A-A-10-6-2 rainbow... If you want to hold the AA and draw, you have to PAY again. Essentially this is a single draw game, where you have to pay your specified amount to draw on your hand.
So if you get a redraw on your first 5 cards... When you hit "Start" you're starting a new game and can then hold your next 5 cards and re-draw again as well basically.
Another Example: You get dealt 4-4-8-8-K. You keep the 4-4-8-8 and have to pay 1 unit to draw. Say you miss the full house... Well now you've bet 2 units and won 2 units... Push.
Me thinking that's gonna drop this 205% EV down pretty quick. I've also noticed some other weird pays where sometimes I got 3-1 for 2 pair and stuff... Either buggy or more rules we don't quite understand?
ESSENTIALLY, this is a NO DRAW game. You pay 1 unit and you get 5 cards. If you want to "collect" on your first 5 cards you can. If you want to keep any and draw, you pay another unit. If you get dealt a garbage hand, you pay 1 unit and start over (no draw on the garbage hand).
p.s. Wiz, you can up the number of lines by clicking on the BET, LINES section. You can play 1-5 lines and bet up to 30 per line.
...I've been using a slightly intuitive/modified strategy and burned through 3 buy ins of $100 in about 25 minutes (betting $1 per line). About 25% single line and 75% 3-play. The strategy must be quite different as if you're dealt nothing but a high card, why would you pay the full amount to draw to it and not just pay the full amount to "start over?"
Not that it matters in such a small sampling size, but I just went 1 for 45 drawing on a pair and failing to hit trips.
If you don't have enough to "draw" then it lowers your bet per line... I.E. Bet max 5 lines 20 per line ($100 bet)... get dealt A-A-A-9-2... If you only have $50 left, then you can draw on your AAA for $50, but it reduces your bet per line to $10 and that's what your payouts are based on instead of your original $100 (20/line) bet. Yes, I checked and you can't do it the other way to bet $1 per line then draw on $20/line and try to get paid on that. =)
What's IE ;-)Quote: WizardI saw and did the option to enable Npapi. However, the games still didn't work in Chrome. Thus, my suggestion to use IE instead.
Quote: RomesEDIT - Anyone else try to play in IE? I made a dummy account just to mess around and check it out, but it's telling me I need to install "Unity Web Player" even in I.E.
I installed that when I was trying to play in Chrome. Maybe that is why I could play in IE.
Quote: RomesUPDATE....
So I'm playing "for fun..." and I noticed something quite interesting. Say you get dealt A-A-10-6-2 rainbow... If you want to hold the AA and draw, you have to PAY again. Essentially this is a single draw game, where you have to pay your specified amount to draw on your hand.
Good catch! Thank you. I never noticed that as I wasn't paying any attention to my balance. Looks like I owe the casino an apology for questioning either their competence or integrity.
Let me go back to my program for this game and recalculate it under the rule where you have to pay for a draw.
And, the world is right again!Quote: WizardI never noticed that as I wasn't paying any attention to my balance.
Total weight = | Bet | Pays | Combinations | Probability | Return |
---|---|---|---|---|---|
Royal flush (must have ace) | 1 | 601 | 171,230,400 | 0.000007 | 0.004189 |
Five of a kind | 1 | 1001 | 111,299,760 | 0.000005 | 0.004535 |
Royal flush (no ace) | 1 | 201 | 34,246,080 | 0.000001 | 0.000280 |
Straight flush | 1 | 201 | 1,541,073,600 | 0.000063 | 0.012608 |
Four of a kind | 1 | 51 | - | 0.000000 | 0.000000 |
Full house | 1 | 16 | 56,095,079,040 | 0.002283 | 0.036531 |
Flush | 1 | 11 | 50,204,753,280 | 0.002043 | 0.022478 |
Straight | 1 | 6 | 153,799,145,280 | 0.006260 | 0.037560 |
Three of a kind | 1 | 4 | - | 0.000000 | 0.000000 |
Two pair | 1 | 3 | - | 0.000000 | 0.000000 |
Jacks or better | 1 | 2 | - | 0.000000 | 0.000000 |
Nothing | 1 | 1 | 9,498,047,549,760 | 0.386589 | 0.386589 |
Royal flush (must have ace) | 2 | 600 | 2,178,876,480 | 0.000089 | 0.053211 |
Five of a kind | 2 | 1000 | 2,120,496,840 | 0.000086 | 0.086308 |
Royal flush (no ace) | 2 | 200 | 415,402,680 | 0.000017 | 0.003382 |
Straight flush | 2 | 200 | 14,665,162,380 | 0.000597 | 0.119380 |
Four of a kind | 2 | 50 | 198,759,747,780 | 0.008090 | 0.404495 |
Full house | 2 | 15 | 306,010,213,740 | 0.012455 | 0.186828 |
Flush | 2 | 10 | 298,478,169,660 | 0.012149 | 0.121486 |
Straight | 2 | 5 | 156,985,624,620 | 0.006390 | 0.031948 |
Three of a kind | 2 | 3 | 2,845,545,339,780 | 0.115819 | 0.347457 |
Two pair | 2 | 2 | 2,293,146,385,200 | 0.093335 | 0.186671 |
Jacks or better | 2 | 1 | 2,827,089,771,660 | 0.115068 | 0.115068 |
Nothing | 2 | 0 | 5,863,465,953,180 | 0.238654 | 0.000000 |
Total | 24,568,865,521,200 | 1.000000 | 2.161003 |
So, a two-unit bet gets back 2.16 units.
The average bet is 1.60275 units. The net profit per hand it 0.161 units. The element of risk is -10.05%.
Before you go out and bet this, keep in mind there may still be other rules I misunderstanding, especially regarding wild royals.
Bet | Outcome | Prize | Combinations | Probability | Frequency | Variance | Return |
---|---|---|---|---|---|---|---|
1 | Five of a Kind | 1,000 | 111,299,760 | 0.000005 | 220,745.00 | 4.519601 | 0.004530 |
1 | Royal Flush | 600 | 171,230,400 | 0.000007 | 143,484.25 | 2.499286 | 0.004182 |
1 | Straight Flush | 200 | 1,575,319,680 | 0.000064 | 15,596.11 | 2.535051 | 0.012824 |
1 | Four of a Kind | 50 | 0 | 0.000000 | Never | 0.000000 | 0.000000 |
1 | Full House | 15 | 56,095,079,040 | 0.002283 | 437.99 | 0.437269 | 0.034248 |
1 | Flush | 10 | 50,204,753,280 | 0.002043 | 489.37 | 0.159649 | 0.020434 |
1 | Straight | 5 | 153,799,145,280 | 0.006260 | 159.75 | 0.092258 | 0.031300 |
1 | Three of a Kind | 3 | 0 | 0.000000 | Never | 0.000000 | 0.000000 |
1 | Two Pair | 2 | 0 | 0.000000 | Never | 0.000000 | 0.000000 |
1 | Jacks or Better | 1 | 0 | 0.000000 | Never | 0.000000 | 0.000000 |
1 | All Other | 0 | 9,498,047,549,760 | 0.386589 | 2.59 | 0.521093 | 0.000000 |
2 | Five of a Kind | 999 | 2,120,496,840 | 0.000086 | 11,586.37 | 85.935671 | 0.086222 |
2 | Royal Flush | 599 | 2,178,876,480 | 0.000089 | 11,275.93 | 31.696842 | 0.053122 |
2 | Straight Flush | 199 | 15,080,565,060 | 0.000614 | 1,629.17 | 24.024608 | 0.122148 |
2 | Four of a Kind | 49 | 198,759,747,780 | 0.008090 | 123.61 | 18.514308 | 0.396405 |
2 | Full House | 14 | 306,010,213,740 | 0.012455 | 80.29 | 2.053114 | 0.174373 |
2 | Flush | 9 | 298,478,169,660 | 0.012149 | 82.31 | 0.746532 | 0.109338 |
2 | Straight | 4 | 156,985,624,620 | 0.006390 | 156.50 | 0.051500 | 0.025558 |
2 | Three of a Kind | 2 | 2,845,545,339,780 | 0.115819 | 8.63 | 0.081527 | 0.231638 |
2 | Two Pair | 1 | 2,293,146,385,200 | 0.093335 | 10.71 | 0.002419 | 0.093335 |
2 | Jacks or Better | 0 | 2,827,089,771,660 | 0.115068 | 8.69 | 0.155103 | 0.000000 |
2 | All Other | -1 | 5,863,465,953,180 | 0.238654 | 4.19 | 1.114499 | -0.238654 |
Totals | 24,568,865,521,200 | 1.000000 | 175.140331 | 1.161003 |
Optimal strategy gives the player a 16.1% advantage.
No thanks, I'd rather buy an Illinois lottery ticket.
Quote: AxelWolfWhat's IE ;-)
Internet Explorer
As always, I welcome questions, comments, and especially corrections.
Quote: WizardPlease visit my new page on American Poker Gold.
As always, I welcome questions, comments, and especially corrections.
Kind of makes me think of Extra Draw Keno, but for VP. If the casino or software ever became WoO Approved, and you published an Optimal Strategy, I'd certainly try this game, even if they modified it to make it a 99.5% game...as long as there was a decent Bonus going.
Quote: Mission146If the casino or software ever became WoO Approved, and you published an Optimal Strategy, I'd certainly try this game, even if they modified it to make it a 99.5% game...as long as there was a decent Bonus going.
Come to think of it, the strategy may not be that bad. Just use JB's video poker strategy maker as a general guide. However, I'd have to figure out which hands are so trashy as to decline the draw and save a bet. That wouldn't be too hard.
Quote: WizardYou ask for your money and they send you a check.
What recourse do you have if they simply refuse with no explanation.
Quote: terapinedWhat recourse do you have if they simply refuse with no explanation.
None that WoO would be providing as this is not currently a WoO Approved casino. Beyond that, I don't know.
Quote: WizardCome to think of it, the strategy may not be that bad. Just use JB's video poker strategy maker as a general guide. However, I'd have to figure out which hands are so trashy as to decline the draw and save a bet. That wouldn't be too hard.
It could also be played using your hand calculator, just changing the RFJ and Natural RF pays to be the same as a SF pay, when applicable and when how that Rule works could be determined. The Draw is essentially an extra bet, so much like Extra Draw Keno, take the Draw when the Expected Value is one unit or more with exactly one unit value (if possible) being optional.
For this game, I created an optimal strategy file containing these 150,891 unique hands and what cards should be held for that hand.
If anybody is interested, here is the link: apg-strategy.txt (3.77 MB) - you should right-click and Save As somewhere, then open it in your favorite text editor.
In the strategy file, the joker is indicated by a W with no suit.
Quote: JBWith Joker Poker the 2,869,685 hands boil down to 150,891 unique hands which is what my calculator analyzes.
For this game, I created an optimal strategy file containing these 150,891 unique hands and what cards should be held for that hand.
If anybody is interested, here is the link: apg-strategy.txt (3.77 MB) - you should right-click and Save As somewhere, then open it in your favorite text editor.
In the strategy file, the joker is indicated by a W with no suit.
Fantastic, JB. Thanks as always!
http://www.latestcasinobonuses.com/casinos/diamond-world.html
LCB seems to rate this casino decently, however if you scroll to the bottom, there are about 20 player reviews, most of them rating the casino very negatively.
I'm not sure what to make of this.
Quote: NeutrinoI found the site review on LCB for the aforementioned casino.
http://www.latestcasinobonuses.com/casinos/diamond-world.html
LCB seems to rate this casino decently, however if you scroll to the bottom, there are about 20 player reviews, most of them rating the casino very negatively.
I'm not sure what to make of this.
I would guess not to expect a 205% return VP game.
We found this video poker game... I had no idea at the time we were playing that it was taking cash on the deal AND the draw.... and I can assure you it paid out only on the amount bet on the draw. The amount bet on the draw could differ if your bank went below the deal bet... so essentially you were betting all that you had left in the bank.
Quote: rsactuaryWe found this video poker game... I had no idea at the time we were playing that it was taking cash on the deal AND the draw....
Thanks! I should come up with a special term for this kind of game. I am heading to Germany soon and will look for it. Do you know what the rules specific anything about the royal flushes?
Here is a preview of another video poker game where the player pays for both the deal and draw. After your post, I may re-title it: Joker Poker (Wazdan Rules).
Hand | Draw | Net win | Combinations | Probability | Return |
---|---|---|---|---|---|
Five of a kind | No | 999 | 111,299,760 | 0.000005 | 0.004526 |
Five of a kind | Yes | 998 | 2,136,956,580 | 0.000087 | 0.086804 |
Natural royal flush | No | 499 | 34,246,080 | 0.000001 | 0.000696 |
Wild royal flush | No | 499 | 171,230,400 | 0.000007 | 0.003478 |
Natural royal flush | Yes | 498 | 430,717,320 | 0.000018 | 0.008730 |
Wild royal flush | Yes | 498 | 2,047,256,640 | 0.000083 | 0.041497 |
Straight flush | No | 199 | 1,541,073,600 | 0.000063 | 0.012482 |
Straight flush | Yes | 198 | 14,793,436,020 | 0.000602 | 0.119220 |
Four of a kind | No | 49 | - | 0.000000 | 0.000000 |
Four of a kind | Yes | 48 | 201,160,452,240 | 0.008188 | 0.393006 |
Full house | No | 11 | 56,095,079,040 | 0.002283 | 0.025115 |
Full house | Yes | 10 | 200,079,366,300 | 0.008144 | 0.081436 |
Flush | No | 8 | 44,006,212,800 | 0.001791 | 0.014329 |
Flush | Yes | 7 | 260,199,539,160 | 0.010591 | 0.074134 |
Straight | No | 6 | 153,799,145,280 | 0.006260 | 0.037560 |
Straight | Yes | 5 | 228,436,655,040 | 0.009298 | 0.046489 |
Three of a kind | No | 4 | - | 0.000000 | 0.000000 |
Three of a kind | Yes | 3 | 2,899,689,705,000 | 0.118023 | 0.354069 |
Two pair | No | 2 | 1,057,792,919,040 | 0.043054 | 0.086108 |
Two pair | Yes | 1 | 1,396,955,264,760 | 0.056859 | 0.056859 |
Jacks or better | No | 0 | - | 0.000000 | 0.000000 |
Nothing | No | -1 | 8,910,693,031,680 | 0.362682 | -0.362682 |
Jacks or better | Yes | -1 | 2,954,723,482,260 | 0.120263 | -0.120263 |
Nothing | Yes | -2 | 6,183,968,452,200 | 0.251699 | -0.503399 |
Total | 24,568,865,521,200 | 1.000000 | 0.460193 |
So, a player advantage of 46% per initial bet!
Mickey Crimm just bought a plane ticket to Germany.Quote: Wizard
So, a player advantage of 46% per initial bet!
Quote: Wizard...So, a player advantage of 46% per initial bet!
Wouldn't the strategy be wildly different though? As in none of us who know JoB, deuces, etc strat could sit down and just play this game. I'd imagine you'd simply dump hands more often instead of drawing on like one high card, since you have to pay again to draw.
How does the analysis for the game posted above compare to the site previously listed in the thread?
Thanks for your analysis Mike, for some reason the double pay is a bit confusing up front =P.
Quote: RomesWouldn't the strategy be wildly different though? As in none of us who know JoB, deuces, etc strat could sit down and just play this game. I'd imagine you'd simply dump hands more often instead of drawing on like one high card, since you have to pay again to draw.
How does the analysis for the game posted above compare to the site previously listed in the thread?
Thanks for your analysis Mike, for some reason the double pay is a bit confusing up front =P.
You're welcome. Yes, the strategy would be very different than conventional video poker. JB posted a huge strategy file earlier in this thread for the Wazdan version.
Quote: DRichMy assumption is the game in Germany is like other European AWP games that have a set pay back percentage and adjust the outcomes to meet the desired return. Not what we would consider a "fair" game.
I don't know the gambling laws in Germany but that is my assumption too. Assuming it were fair, this game would get killed by a skilled player just going off common sense in terms of strategy. I also wonder if many the pays in the photo are for a get of greater than 100. In other words, a win on Jacks or Better of less than the wager. Can anybody translate the terms on the bottom of the machine. They look like:
geldspeicher
Punktespecher
Letzter Punke-Gewinn
Einsatz
Thank you.
Quote: JBWith Joker Poker the 2,869,685 hands boil down to 150,891 unique hands which is what my calculator analyzes.
For this game, I created an optimal strategy file containing these 150,891 unique hands and what cards should be held for that hand.
If anybody is interested, here is the link: apg-strategy.txt (3.77 MB) - you should right-click and Save As somewhere, then open it in your favorite text editor.
In the strategy file, the joker is indicated by a W with no suit.
Hi,
Just registered to try and tell my results. I was very pleased to see you'd give this strategy, however I can't find the sequence I'd like. For example how'd you find "Ad 6h 4s 8h 5s" in your text document ? If I ctrl+F and search for it, I can't find it, and neither can I with wordpad.
I don't live in the US nor am I an Us citizen so I'm curious to see if they are legit and will pay if there is indeed such a high percentage of return.
I got some feedback from a few people who had enough play time in, to convince me it's not random. I don't know them well enough to say if there information is accurate. Normally I would want to see it for myself or hear from someone I'm confident in. My thinking is the casino would've changed this by now if it was 100% legitimate.Quote: TosmaQuote: JBWith Joker Poker the 2,869,685 hands boil down to 150,891 unique hands which is what my calculator analyzes.
For this game, I created an optimal strategy file containing these 150,891 unique hands and what cards should be held for that hand.
If anybody is interested, here is the link: apg-strategy.txt (3.77 MB) - you should right-click and Save As somewhere, then open it in your favorite text editor.
In the strategy file, the joker is indicated by a W with no suit.
Hi,
Just registered to try and tell my results. I was very pleased to see you'd give this strategy, however I can't find the sequence I'd like. For example how'd you find "Ad 6h 4s 8h 5s" in your text document ? If I ctrl+F and search for it, I can't find it, and neither can I with wordpad.
I don't live in the US nor am I an Us citizen so I'm curious to see if they are legit and will pay if there is indeed such a high percentage of return.
Even if it's not random there a possibility you could still win, especially if they offer bonuses.
Would love to hear your results. A screen video of play would be cool if you're up for the task.
Good luck .
Quote: WizardThanks! I should come up with a special term for this kind of game. I am heading to Germany soon and will look for it. Do you know what the rules specific anything about the royal flushes?
Here is a preview of another video poker game where the player pays for both the deal and draw. After your post, I may re-title it: Joker Poker (Wazdan Rules).
I don't know about the royal flush rule.. instructions were in German. We never did figure out that you had to hold one card.. but thought it was weird when we trashed a hand that a whole new one came up and there was no chance to draw on it.
German slots are very weird in that they meter $$ from a cash bank into a credit bank at a rate of 0.20 per minute after an initial large move. You can only gamble from the credit bank.. if that reaches 0, but you have $$ in your cash bank.. you have to wait for it to meter over to your credit bank.
Because of that crazy rule, we had many times where for the draw, we didn't have the same amount in the credit bank as the initial deal hand... and if you bet less on the draw, than the deal.... it only pays based on the draw wager.
Hope that makes sense.
Punktespecher = credit bank
Letzter Punke-Gewinn = last win (which is weird because it remains even when you start a new hand, like in the picture)
Einsatz = bet
See my post above for the definition of cash bank and credit bank. it's strange.
from our short time playing, I don't believe it's a random shuffle, but have nothing to back up that hunch.
Quote: TosmaQuote: JBWith Joker Poker the 2,869,685 hands boil down to 150,891 unique hands which is what my calculator analyzes.
For this game, I created an optimal strategy file containing these 150,891 unique hands and what cards should be held for that hand.
If anybody is interested, here is the link: apg-strategy.txt (3.77 MB) - you should right-click and Save As somewhere, then open it in your favorite text editor.
In the strategy file, the joker is indicated by a W with no suit.
Hi,
Just registered to try and tell my results. I was very pleased to see you'd give this strategy, however I can't find the sequence I'd like. For example how'd you find "Ad 6h 4s 8h 5s" in your text document ? If I ctrl+F and search for it, I can't find it, and neither can I with wordpad.
I don't live in the US nor am I an Us citizen so I'm curious to see if they are legit and will pay if there is indeed such a high percentage of return.
JB is the best person to answer this, but I'll give it a try.
The hand you list is translated in the document. I'm not 100% sure which reassignment rules apply, but Ad 6h 4s 8h 5s would probably sort as "4c 5c 6d 8d Ah". The suits that you actually have are irrelevant; it's the distribution of suits to ranks that's important.
The suits are arranged in this order: if a hand contains a Flush, it will be listed in ranks lowest to highest in Clubs. (2 to A) (You can see that this hand - 2c 4c 6c 8c Tc for example - would be the same, whether it was actually dealt to you as clubs, diamonds, hearts, or spades, right? But he only has to list each rank combination once, as clubs, to put the hand into the queue.)
If there's a second suit, it will be Diamonds. All the Clubs will be listed low-to-high, then the Diamonds low-to-high.
If there's a third suit, it will be Hearts. Clubs first, then Diamonds, then Hearts, all in in rank order.
If all suits are in the hand, they will be listed as Clubs, Diamonds, Hearts, Spades.
If there is a Joker, the W is listed after all suits.
The lowest rank value of all cards is listed as Clubs, followed by any in that suit. The next lowest rank value of a different suit is listed as Diamonds, followed by any in that suit. Same pattern for Hearts and Spades, if there are a 3rd or 4th suit in the hand.
If the lowest rank value is a pair, the lowest rank and the most cards in that suit will be listed first as Clubs. Then the lowest rank value (paired) card with any other suited as Diamonds. And so on. Exception that I don't understand; with a 4-suited FH, where the 3OAK is a higher rank than the pair, the low and high are clubs, then the single high is diamond, the 3rd high is heart, and the low pairing card is spade. Which tells me I don't fully understand the sort rules. :)
Once you've translated your hand to this format, you find it in the first column. The second column tells you what to hold. You translate that back to the suits you actually have, then play that hand.
I tried my reassignment in quotes above, and it came up immediately and only once. So I think I understand the method, but I bet JB will explain further.
Doing this pattern reduction to unique holdings got rid of all the variations that were in different suit/rank values, but essentially the same hand.
Quote: TosmaHi,
Just registered to try and tell my results. I was very pleased to see you'd give this strategy, however I can't find the sequence I'd like. For example how'd you find "Ad 6h 4s 8h 5s" in your text document ? If I ctrl+F and search for it, I can't find it, and neither can I with wordpad.
I don't live in the US nor am I an Us citizen so I'm curious to see if they are legit and will pay if there is indeed such a high percentage of return.
That hand should appear with the following pattern: 4c 5c 6d 8d Ah
For this particular hand, the optimal strategy is to hold everything, i.e., do not pay for the draw. (In other words, start a new hand altogether.) This of course assumes that cards are dealt from the deck with equal probability (that the game is fair).
Quote: JBThat hand should appear with the following pattern: 4c 5c 6d 8d Ah
For this particular hand, the optimal strategy is to hold everything, i.e., do not pay for the draw. This of course assumes cards are dealt from the deck with equal probability (that the game is fair).
Wouldn't that mean hold nothing and pay to draw an entirely new hand? I may have the rules mixed up and my apologies if I do, but when I was playing if I didn't want to draw on a "high card" I just wouldn't hold anything and then pay to get a new 5 cards (from which I could hold cards if I so desired).
Quote: RomesWouldn't that mean hold nothing and pay to draw an entirely new hand?
Yes. Previous post edited for clarity.
Quote: WizardThanks! I should come up with a special term for this kind of game.
Not that you asked for suggestions, but how about "Double Bet Video Poker"?
Quote: JBThat hand should appear with the following pattern: 4c 5c 6d 8d Ah
For this particular hand, the optimal strategy is to hold everything, i.e., do not pay for the draw. (In other words, start a new hand altogether.) This of course assumes that cards are dealt from the deck with equal probability (that the game is fair).
I'm confused. The original hand had 1 diamond, 2 hearts, and 2 spades. So how does that translate to 4 suits? I thought I had grasped your programming pattern, but I guess not.