Pages:
Author

Topic: Japanese gambling - tabsai game - page 2. (Read 363 times)

legendary
Activity: 2450
Merit: 1047
November 02, 2022, 06:01:48 PM
#16
Hello,

This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here

Thanks

Since you posted it here and introduced this Tabsai game, I'm sure you are going to have an announcement thread here to invite players to your English version, it's hard for us to relate to this kind of game because you did not post a clear description about the game I suggest that you create a Youtube video explainer for this so once the site is up we have a reference on what the game is all about, a video can explain what a thousand words can't.
legendary
Activity: 3346
Merit: 3125
November 02, 2022, 05:59:53 PM
#15
In a few days, we will release  Japanese gabling game call tabsai based on the TYEN token on MATIC network.

The game rule is quite simple:
- The game start with host game and players
- The host will throw 3 dices
- Base on the result of 3 dices, the host or players can be recorded as winner
- The rule mostly based on the wiki site: https://ja.m.wikipedia.org/wiki/%E3%82%BF%E3%83%96_(%E8%B3%AD%E5%8D%9A)

We are working with cryptogambling to get the certificate for a fair system.
Before getting the certificate, we post here the algorithm to get the dice result

Code:
function randomDice(seed, failPercent = 5) { // fail percent -> dice out of table
  percentSeed = seed.slice(0, 4);
  percentInt = parseInt(percentSeed, 16);
  percent = percentInt % 100;
  if (percent <= failPercent) {
    return 0;
  }

  diceInt = parseInt(seed, 16);
  return 1 + (diceInt % 6);
}

function throwDice(salt, msg) {
  const hmac = crypto.createHmac("sha256", salt);
  hmac.update(msg);
  seed = hmac.digest("hex");
  console.log(seed);

  seed1 = seed.slice(0, 10);
  seed2 = seed.slice(10, 20);
  seed3 = seed.slice(20, 30);

  dice1 = randomDice(seed1);
  dice2 = randomDice(seed2);
  dice3 = randomDice(seed3);

  return [dice1, dice2, dice3];
}

Hope you enjoy the game.

hello thanhdt, I'm a casino developer and i fully understand the provably fair engines.

The issue with your code is we don't know how you build your seed, and that process should involve the customer. Let me explain the difference.

If the seed is build with sha256(ClientSeed+ServerSeed+BetNumber) then the site is provably fair.

If the seed is provided only by the server, then it could be rigged by skipping to the next roll.

I hope this information helps in your certification.
hero member
Activity: 2744
Merit: 588
November 02, 2022, 04:45:22 PM
#14
This can be more interesting if it’s explained well and the site with the option of English language.
Well, I hope you consider this OP as you are still at the stage of developing. Many will surely get interested here as long as they see the fun here. Create a good crypto gambling site, state everything on your terms and conditions and post here again for the highlights of the site, better also if you are going to add other game as well in the site.

Yes, the OP should read the suggestions here. And the basic one is to have english language for this game.
As he posted this on this forum, I am also expecting that they will be listening to suggestions here.
This is to expand their reach to get global players. We will see how this site will progress...
The wiki link is in japanese, so let's wait if they will have english option on their game itself.
Otherwise, they can post this on their local section. It is a new game for most people here, so it may attract interest once they launched it.
sr. member
Activity: 2422
Merit: 357
November 02, 2022, 04:26:04 PM
#13
This can be more interesting if it’s explained well and the site with the option of English language.
Well, I hope you consider this OP as you are still at the stage of developing. Many will surely get interested here as long as they see the fun here. Create a good crypto gambling site, state everything on your terms and conditions and post here again for the highlights of the site, better also if you are going to add other game as well in the site.
hero member
Activity: 2842
Merit: 772
November 02, 2022, 04:17:25 PM
#12
This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here
I am not sure if there is a Japanese local board. You are saying it's targeting the Japanese users, then you may need to consider creating another thread in your language on the local board. You will get better response than here.

I have no idea how to play the game. Not even form the rules you wrote on your OP.

Hopefully, this is just another of those "lost in translation", maybe what he meant is that of course they will target the Japanese audience, but it's better if they can expand their horizons for non-Japanese as well?

I think it will be good though as many gamblers will like to try local games as well.

So good luck to the OP and hopefully you will can some traction amongst gamblers here (Japanese and non-Japanese).
legendary
Activity: 3416
Merit: 1225
November 02, 2022, 04:12:18 PM
#11
This is new and the explanation OP provided did not provide anything I ask him to just gave a full description of the game while checking the internet for available information about this tabsai game I stumble this http://www.tabsai.com/
do you own this website its a newly registered domain

Domain:tabsai.com
Registrar:GMO Internet, Inc. d/b/a Onamae.com
Registered On:2022-09-08
Expires On:2023-09-08
Updated On:2022-10-13
Status:ok

Anyway, it's better to wait I want a clear picture of the game, it can only happen when you launch your site.
hero member
Activity: 2268
Merit: 669
Bitcoin Casino Est. 2013
November 02, 2022, 12:29:52 PM
#10
I don't know what game this is but I would like to know what this game will be once it is finished. Anyway, just base on the op like the game use three dice which UserU guess that it could be sicbo game which OP might be creating and my guess is kind of the same which also use three dice that is called ceelo. I might be wrong about my guess but I think it might be what op want to make since it is also played in japan too.

https://en.wikipedia.org/wiki/Cee-lo

The Wikipedia link is indeed broken. Even if it's Japanese language, I still have no problem with it as you can just change the "JA" in the link to "EN" to change it to english
hero member
Activity: 2128
Merit: 532
FREE passive income eBook @ tinyurl.com/PIA10
November 02, 2022, 09:49:12 AM
#9
Wikipedia link is broken



From your explanation, it looks like a hi-lo dice to me. Any specifics which differs this game from other games?

Is the direct translation of the Japanese word "tabsai" is "sure"? I tried to look for this game but for some reason there are no results showing related to game.

My educated guess would be Sic Bo, although it's Chinese. Played with 3 dice as well

https://en.wikipedia.org/wiki/Sic_bo

hero member
Activity: 1106
Merit: 570
November 02, 2022, 09:42:54 AM
#8
Hello,

This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here

Thanks
Japan has been one of my most respected places, and having you guys getting involve in this, then I'm certain it will awesome .
I hope an English version to everything you guys do is also published so as to enhance participation from none japanese speaking individuals.
Wishing you guys goodluck and aso hoping to get the best out of what you have to offer.
hero member
Activity: 2926
Merit: 567
November 02, 2022, 09:28:56 AM
#7
Hello,

This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here

Thanks
There are a lot of interesting things coming out of Japan and this one could be one of them, I'm looking forward to seeing how it works and the whole concept, it's better to see it when the site is up with the English version who knows if the game is really
that good and game providers will add this game, looking forward to your official announcement.
sr. member
Activity: 1764
Merit: 260
Binance #SWGT and CERTIK Audited
November 02, 2022, 09:27:14 AM
#6


From your explanation, it looks like a hi-lo dice to me. Any specifics which differs this game from other games?

Is the direct translation of the Japanese word "tabsai" is "sure"? I tried to look for this game but for some reason there are no results showing related to game.
legendary
Activity: 2800
Merit: 2736
Farewell LEO: o_e_l_e_o
November 02, 2022, 09:00:03 AM
#5
This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here
I am not sure if there is a Japanese local board. You are saying it's targeting the Japanese users, then you may need to consider creating another thread in your language on the local board. You will get better response than here.

I have no idea how to play the game. Not even form the rules you wrote on your OP.
newbie
Activity: 2
Merit: 0
November 02, 2022, 08:40:52 AM
#4
Hello,

This game almost target to Japanese user because it is traditional game of Japanese.
We are making the website with English version as well. We will keep it posted here

Thanks
legendary
Activity: 2604
Merit: 1504
November 02, 2022, 08:21:59 AM
#3
In a few days, we will release  Japanese gabling game call tabsai based on the TYEN token on MATIC network.

The game rule is quite simple:
- The game start with host game and players
- The host will throw 3 dices
- Base on the result of 3 dices, the host or players can be recorded as winner
- The rule mostly based on the wiki site: https://ja.m.wikipedia.org/wiki/%E3%82%BF%E3%83%96_(%E8%B3%AD%E5%8D%9A)

Although your link is in Japanese, but with a translator you can see that "There is currently no element with this name in Wikipedia" so either the description of the tabsai game was not added to the wiki, or it was deleted after editing
legendary
Activity: 2464
Merit: 3878
Hire Bitcointalk Camp. Manager @ r7promotions.com
November 02, 2022, 04:57:23 AM
#2
The game rule is quite simple:
- The game start with host game and players
- The host will throw 3 dices
- Base on the result of 3 dices, the host or players can be recorded as winner
- The rule mostly based on the wiki site: https://ja.m.wikipedia.org/wiki/%E3%82%BF%E3%83%96_(%E8%B3%AD%E5%8D%9A)
The contents of the link are in Japanese language I assume. It's hard to get the idea of the game both from your description and the code you provided (or algorithm). Is there any YouTube version available online to watch.
newbie
Activity: 2
Merit: 0
November 02, 2022, 04:50:17 AM
#1
In a few days, we will release  Japanese gabling game call tabsai based on the TYEN token on MATIC network.

The game rule is quite simple:
- The game start with host game and players
- The host will throw 3 dices
- Base on the result of 3 dices, the host or players can be recorded as winner
- The rule mostly based on the wiki site: https://ja.m.wikipedia.org/wiki/%E3%82%BF%E3%83%96_(%E8%B3%AD%E5%8D%9A)

We are working with cryptogambling to get the certificate for a fair system.
Before getting the certificate, we post here the algorithm to get the dice result

Code:
function randomDice(seed, failPercent = 5) { // fail percent -> dice out of table
  percentSeed = seed.slice(0, 4);
  percentInt = parseInt(percentSeed, 16);
  percent = percentInt % 100;
  if (percent <= failPercent) {
    return 0;
  }

  diceInt = parseInt(seed, 16);
  return 1 + (diceInt % 6);
}

function throwDice(salt, msg) {
  const hmac = crypto.createHmac("sha256", salt);
  hmac.update(msg);
  seed = hmac.digest("hex");
  console.log(seed);

  seed1 = seed.slice(0, 10);
  seed2 = seed.slice(10, 20);
  seed3 = seed.slice(20, 30);

  dice1 = randomDice(seed1);
  dice2 = randomDice(seed2);
  dice3 = randomDice(seed3);

  return [dice1, dice2, dice3];
}

Hope you enjoy the game.
Pages:
Jump to: