Compare commits

..

3 Commits

Author SHA1 Message Date
0c811feb5b add slot machine
balance, initialize, bet controller
2025-07-14 09:35:10 +07:00
5139605454 Merge pull request 'Update change log' (#92) from feature/20250702-change-log into develop
Reviewed-on: #92
2025-07-11 11:01:24 +08:00
d2318e5812 Update change log 2025-07-11 09:55:33 +07:00
2 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,13 @@ title: CORE
# Change history # Change history
--- ---
## 10/07/2025
- No fake jackpot win when enable TURBO
- Change behaviour jackpot win when enable TURBO
- Related submodules and core :
+ base-slot-template
+ p4f-slotty-core
+ workspace-p4f-slotty-core: tag version-pack_1_00
## 12/06/2025 ## 12/06/2025
- Change the calculation method for the fake jackpot winning rate. - Change the calculation method for the fake jackpot winning rate.
- Add logic handle win limit of game hyper - Add logic handle win limit of game hyper

View File

@ -5,6 +5,11 @@ title: Template
--- ---
# Change history # Change history
--- ---
## 10/07/2025
- [HYPER-CORE] Add button CONTINUE to fast-play when trigger nothing
+ Use fast-play function, trigger nothing at the end
+ Add the button CONTINUE
## 02/07/2025 ## 02/07/2025
- [HYPER-CORE] Add feature **ON REEL PRESENT ALL WIN POINT** for non-cascade games. - [HYPER-CORE] Add feature **ON REEL PRESENT ALL WIN POINT** for non-cascade games.
🔗[More Info](/docs/setup-main-game/main-scene/on-reel-win-point) 🔗[More Info](/docs/setup-main-game/main-scene/on-reel-win-point)