+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Game        : Video Poker(tentative)
Software    : Card Game
Creator     : Rabbity(info@rabbity.jp)
Operating   : Latest Browsers
Production  : Javascript
Release     : 2025/04/03
LastRelease : 2025/04/25 (v0.19)
Type        : Free
Reprint     : Contact required
URL         : http://www.rabbity.co.jp/webdesigner/#game
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Overview]
この度は、閲覧頂きましてありがとうございます。
大昔に、アスキーアートのような画面構成で、作ったのですが、
再度作りたいと想い、ビデオポーカーをブラウザーで気軽に
体験できればと思い、開発する事にしました。
---
Thank you for visiting our site.
A long time ago I made this with an ASCII art-like screen 
composition, and I wanted to make it again.
I decided to develop it so that people could easily 
experience a video poker in their browser.
-----------------------------------------------------------
[How to use]
各ボタンを操作することで、ビデオポーカーを楽しめます。
開発途中なので、バグや細かな表現などの不具合があると思います。
---
You can enjoy the video poker by operating each button.
Since it is still in development, there may be bugs and 
minor issues.
-----------------------------------------------------------
[Game Rule]
ルールは普通のジョーカーズワイルドです。
1枚のジョーカーと52枚のカードがあるポーカーです。
最初に5枚のカードが配られて、その中で必要なカードをホールドして、
再度ディール(カードを配ってもらう)して、ポーカーの役が揃えば勝ちです。
---
The rules are the usual Jokers Wild.
It's a poker game with one joker and 52 cards.
You're dealt five cards at the start, and you hold the cards 
you need from those,
and then you get dealt again (you get cards dealt to you). 
If you get a poker hand, you win.
-----------------------------------------------------------
[Poker Role]
ROYAL FLUSH     ... 10 J Q K A (JOKER含む) 同じスートで揃える
FIVE OF A KIND  ... 4枚の同じ数字カードとワイルドカードで揃える
STRAIGHT FLUSH  ... 5枚の数字が階段でさらに同じスートで揃える
FOUR OF A KIND  ... 4枚の同じ数字カードで揃える
FULL HOUSE      ... 3枚の同じ数字カードと2枚の同じ数字カードで揃える
FLUSH           ... 5枚のカードを同じスートで揃える
STRAIGHT        ... 5枚の数字が階段で揃える
THREE OF A KIND ... 3枚の同じ数字カードで揃える
TWO PAIR        ... 2枚の同じ数字カード2組揃える
JACKS OR BETTER ... J以上の2枚の同じ数字カードを1組揃える
*ワイルドカード(JOKER)を代用として使う事が可能です。
---
ROYAL FLUSH     ... 10 J Q K A (including JOKER) with the same suit
FIVE OF A KIND  ... 4 cards of the same number and WILD CARD
STRAIGHT FLUSH  ... 5 cards of the same number in a staircase 
                    and then with the same suit
FOUR OF A KIND  ... 4 cards of the same number
FULL HOUSE      ... 3 cards of the same number
                    and 2 cards of the same number
FLUSH           ... 5 cards of the same suit
STRAIGHT        ... 5 cards of the same number in a staircase
THREE OF A KIND ... 3 cards of the same number
TWO PAIR        ... 2 sets of 2 cards of the same number
JACKS OR BETTER ... 1 set of 2 cards of the same number J or higher
*Wildcard (JOKER) can be used as a substitute.
-----------------------------------------------------------
[Double Down Role]
5枚のカードが配られ、めくられた1枚のカード(DEALER)よりも大きい数字を
残りの4枚の中から1枚選ぶ(PLAYER)ことが出来ればダブルアップ成功です。
失敗した場合は、掛け金が全て失われGAME OVERとなります。
---
Five cards are dealt, and if the player (PLAYER) can choose 
one of the remaining four cards that has a higher number 
than the one card (DEALER) that has been turned over, 
he or she will have successfully doubled up. 
If the player fails, all bets are lost and the game is over.
-----------------------------------------------------------
[Promise]
このプログラムはフリーですが、著作権は放棄していません。
著作権を侵害するいかなる行為も法律により禁じられています。
またこのプログラムを使用して起こったいかなるトラブルに対しても、
制作者は責任を負いません。バグや機能追加の要望があれば出来る限り
対応を考えますが、こちらにバージョンアップなどの義務はないものとします。
---
This program is free, but the copyright is not waived.
Any acts that infringe copyright are prohibited by law.
Furthermore, the creators take no responsibility for any 
problems that arise from using this program.
We will do our best to address any bugs or requests for 
additional features, but we are under no obligation to 
provide updates, etc.
-----------------------------------------------------------
[Lastly]
感想やバグレポートは大歓迎です。何かありましたらメールでお願いします。
---
Your feedback and bug reports are welcome.
Please email us if you have any questions.
-----------------------------------------------------------
[Thanks]
一部のアイコンや音楽につきましては、フリー素材を使わせて頂いています。
助かりました。
---
Some of the icons and music are free materials.
This was very helpful.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Update information]
2025/04/03 v0.1 Video Poker 基本ベースを検討。
2025/04/03 v0.11 MAXBETボタン機能追加
2025/04/03 v0.12 BET REPEAT機能追加
2025/04/04 v0.13 PAY TABLEの役表示機能追加
2025/04/05 v0.14 操作盤デザイン/クレジットアニメーション追加
2025/04/07 v0.15 ダブルアップ機能追加/バグ修正
2025/04/19 v0.16 ダブルアップ判定調整/操作盤調整
2025/04/21 v0.17 役が出る確率機能追加/操作盤調整
2025/04/23 v0.18 効果音追加/バグ修正
2025/04/25 v0.19 効果音追加/ダブルアップ時のリミット設定
---
2025/04/03 v0.1 Video Poker Basic base considered.
2025/04/03 v0.11 MAXBET button function added
2025/04/03 v0.12 BET REPEAT function added
2025/04/04 v0.13 PAY TABLE hand display function added
2025/04/05 v0.14 Control panel design/credit animation added
2025/04/07 v0.15 Double-up function added/bug fixes
2025/04/19 v0.16 Double-up judgment adjustment/
                 control panel adjustment
2025/04/21 v0.17 Hand probability function added/
                 control panel adjustment
2025/04/23 v0.18 Sound effects added/bug fixes
2025/04/25 v0.19 Sound effects added/
                 limit setting when doubling up
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++