Compare commits

...

8 Commits

3 changed files with 15 additions and 4 deletions

View File

@ -2,3 +2,13 @@
sidebar_position: 1 sidebar_position: 1
title: CORE title: CORE
--- ---
# Change history
---
## 12/06/2025
- Change the calculation method for the fake jackpot winning rate.
- Add logic handle win limit of game hyper
- Related submodules and core :
+ base-slot-template
+ p4f-slotty-core
+ workspace-p4f-slotty-core: tag version-pack_1_00

View File

@ -11,9 +11,10 @@ const config: Config = {
// Set the production url of your site here // Set the production url of your site here
url: 'https://your-docusaurus-site.example.com', url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/', baseUrl: '/doc-slot-core-manual/',
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.

View File

@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [ const FeatureList: FeatureItem[] = [
{ {
title: 'Easy to Use', title: 'Easy to Use',
image: '/img/easy.png', image: './img/easy.png',
description: ( description: (
<> <>
Use the sidebar menu to quickly find the topics you need whether you're setting up your first project or exploring advanced features Use the sidebar menu to quickly find the topics you need whether you're setting up your first project or exploring advanced features
@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [
}, },
{ {
title: 'Focus on What Matters', title: 'Focus on What Matters',
image: '/img/focus.png', image: './img/focus.png',
description: ( description: (
<> <>
You'll find practical examples, step-by-step instructions, and detailed explaination, so you can focus on building your HTML5 slot game with confidence and speed. You'll find practical examples, step-by-step instructions, and detailed explaination, so you can focus on building your HTML5 slot game with confidence and speed.
@ -30,7 +30,7 @@ const FeatureList: FeatureItem[] = [
}, },
{ {
title: 'Beginner Friendly', title: 'Beginner Friendly',
image: '/img/friendly.png', image: './img/friendly.png',
description: ( description: (
<> <>
Designed for beginners, it takes care of the complex logic so you can focus on building your game. With just a few lines of code, youll have a working slot machine ready to go! Designed for beginners, it takes care of the complex logic so you can focus on building your game. With just a few lines of code, youll have a working slot machine ready to go!