Roulette

Roulette 3-in-1

There is HTML/JS based application, which allows to play the roulette game in every HTML5 complaint web browser. This application uses SVG format to display interface and can be fit to any resolution or window size.

The application contains three roulette games, which can be played by several players and has the same rules, as in the most casinos in the world:

After running the application you can select the game or display detailed information by clicking the Help field.

![](Readme/Intro.png “”)

To run the game, click the one of upper three fields. To reset the game, refresh or restart application at least three times.

You can play the game in one of four methods (the method can be changed everytime during the game):

You can place the chips both on the table as in regular game and on the wheel to mage neighbor bets.

Classic roulette

There is the oldest and most popular roulette in the world. The table contains the 37 fields (36 numbers and the 0) for inside bets and 13 places to outside bets including the Snake bet.

![](Readme/Game1.png “”)

There are the all possible chip places on the table markered as blue rectangle:

![](Readme/Game1s.png “”)

You can place the chips on the wheel fields and on the sectors inside the wheel as racetrack bets in regular casino. By clicking in the middle of the wheel, you can specify number of neighbors.

Mini roulette

There is miniaturized and simplified derivative of Classic roulette. The 0 field provides different result against the other games. If the 0 is hit, you lose only the half of chips places outside the 0 field. There is the reason, why in the Mini roulette, player can place only even chip value.

In the application, there are removed some outside bet fields, which exists in regular game:

Removing the fields does not decrease the bet abilities, but increases the table fitting.

![](Readme/Game2.png “”)

The places on the table, where you can place the chips. You can also place the chips on the fields of the wheel as in Classic roulette, but the Mini roulette does not have racetrack.

![](Readme/Game2s.png “”)

100 roulette

There is the Classic roulette derivative, which has the followin differences:

The game is also known as 101 roulette and 100/1 roulette. The wheel has 105 fields, so is drawn in three rings, with 35 fields per ring.

![](Readme/Game3.png “”)

On the table there are possibles to place the chips, whichs are marked by blue rectangle.

![](Readme/Game3s.png “”)

The view on the zoomed table with all chip places.

![](Readme/Game3s2.png “”)

Probability

The application have probability mode. In normal mode, you can place chips as following for example:

As you can see, the whole bet is 13:

![](Readme/Prob1.png “”)

In the probability display mode, you can see how balance will be changed for each number and value probability summary. The chips on the inside bets are hidden and will be shown after returning to normal display mode.

![](Readme/Prob2.png “”)

As you can see, you can read the followin informations for example:

Game state persistence

The game state is always stored in web browser’s local storage. The application can be restarted only if you refresh is three times without any action between refreshes. This feature avoids losing the game state if you accidentally close the browser, refresh or open another web page.