Slot machine game
Posted: Tue Aug 21, 2018 6:05 am
I had problems with gambling.. Now I can play without actualy loosing. I did something for myself, hihi..
Some technical stuff:
Symbols are not 100% random, depending on modifier setting, each symbol has a chance of appearing in a winning combination.
Since this game has 81 lines, it means whenever there are already melons on 1st and 2nd reel, the chance of melon appearing on a 3td reel is given by the modifier.
I am using MWC random number generator. SEED is generated from os.time when the game loads.
I must have hit the luckiest SEED in the following video.
https://www.youtube.com/watch?v=PrTwkGyvEtA
Some technical stuff:
Symbols are not 100% random, depending on modifier setting, each symbol has a chance of appearing in a winning combination.
Since this game has 81 lines, it means whenever there are already melons on 1st and 2nd reel, the chance of melon appearing on a 3td reel is given by the modifier.
I am using MWC random number generator. SEED is generated from os.time when the game loads.
I must have hit the luckiest SEED in the following video.
https://www.youtube.com/watch?v=PrTwkGyvEtA