Card generator for Codenames board game

Fills standard A4 paper with words.

您现在正在关注此提交

Fills standard A4 paper with words. User can change all the plotting options or use the default values that are optimized for A4 paper.

Input can be either a cell that contains all the words or name of the file that contains all the words. All the words must be on separate lines in the file.

To append pdfs the function append_pdfs is included in this package but it is not necessary for the generatecodenames to work.

Examples:
generatecodenames({'word' , 'example'})
generatecodenames('wordlist.txt')
generatecodenames('wordlist.txt',options)

References:
Oliver Woodford (2021). append_pdfs (https://www.mathworks.com/matlabcentral/fileexchange/31215-append_pdfs), MATLAB Central File Exchange. Retrieved February 3, 2021.

引用格式

Miika Wallius (2026). Card generator for Codenames board game (https://ww2.mathworks.cn/matlabcentral/fileexchange/86867-card-generator-for-codenames-board-game), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: append_pdfs

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

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

Added padding to page borders.
Added pdf containing over 400k English words.

1.0.0