blackjack.m

バージョン 1.0.0.0 (4.22 KB) 作成者: Rasmus Anthin
Blackjack 5.1 is a basic 6 deck blackjack game (no splitting).
ダウンロード: 6.3K
更新 2005/7/11

ライセンスがありません

"Blackjack 5.1" is a BlackJack card game for MATLAB. This is a very basic (head-on) Blackjack game with six decks of cards. You cannot split pairs (maybe in the future) in this game, but you can double up and make insurance bets.

You can check the current running and true card count (balanced counting system) in the chip selection dialg to see when it is time to bet high or low.

%%%%%%%%%%%

Note!!!
This game requires the Playing Cards Toolbox FileId: 7963.
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=7963&objectType=FILE
!!!

Next version will probably enable the player to split. Any feedback about this game is very welcome.

Developed in Matlab 5.1.
also check: http://www.etek.chalmers.se/~e8rasmus/eng/matlab_programs.html

引用

Rasmus Anthin (2024). blackjack.m (https://www.mathworks.com/matlabcentral/fileexchange/3846-blackjack-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R10
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCard games についてさらに検索
謝辞

ヒントを得たファイル: Trails, cardplot.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Wrong gameplay algorithm (wasn't really blackjack). Now it works as proper blackjack though splitting is not allowed (not yet).