blackjack.m

Blackjack 5.1 is a basic 6 deck blackjack game (no splitting).

您现在正在关注此提交

"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 (2026). blackjack.m (https://ww2.mathworks.cn/matlabcentral/fileexchange/3846-blackjack-m), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Trails, cardplot.m

类别

Help CenterMATLAB Answers 中查找有关 Card games 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

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