Text Yahtzee

버전 1.4.0.0 (5.97 KB) 작성자: Zachary Danziger
Play Yahtzee in the command window, with multiple players per game.
다운로드 수: 1.3K
업데이트 날짜: 2013/4/3

라이선스 보기

Object: Roll dice for scoring combinations and get the highest total score.
This text-based command window Yahtzee game was inspired by a few of the other submissions on this site. This version has the following features:

- High scores list
- Multi-player versus option
- Stable, pleasing and intuitive interface
- Conforms to all official Yahtzee rules (including bonus Yahtzee joker scoring: http://www.hasbro.com/common/instruct/Yahtzee.pdf)
- Short, modular, commented code (usefull for editing and following flow)
- Consice and transparent score allocation logic
- Text-only game mechanics makes it look like you're working

>> ZYahtzee % runs game
>> ZYahtzee(p) % runs game for p players

Enjoy a brief game of Yahtzee!

인용 양식

Zachary Danziger (2024). Text Yahtzee (https://www.mathworks.com/matlabcentral/fileexchange/27891-text-yahtzee), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Word games에 대해 자세히 알아보기
태그 태그 추가
도움

받음: Yahtzee, Yahtzee, Yahtzee

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

Fixed high score record recording bug that occurred when the current directory was different from the Yahtzee directory.

1.3.0.0

Added features to bonus stats display - The game will now save scores to appropriate directory (even when not currently in that dir) - there is now no need to include spaces when entering held die numbers for faster play

1.2.0.0

This update fixes the improper scoring for Yahtzees in versus mode.

1.1.0.0

- fixed spelling error in game board
- do not accept bad die number inputs (instead of ignoring them)
- added statistics "easter egg"
- added multi-player versus capability
- automatically score final roll

1.0.0.0