Private Cody Leaderboard

版本 1.3 (369.8 KB) 作者: Ned Gulley
This code creates a private leaderboard for Cody players.
76.0 次下载
更新时间 2023/2/21

View Private Cody Leaderboard on File Exchange Open in MATLAB Online

Private-Cody-Leaderboards CI/CD GitHub issues by-label GitHub Repo stars

This code is listed on the File Exchange here: Private Cody Leaderboard

Private Cody Leaderboards

This code creates a private leaderboard for Cody players. To use it, you need the Cody IDs of everyone you want to track on the board.

Here is how to find a player's Cody ID.

How to find the Cody ID

Once you have everyone's Cody ID, call the code like this.

>> filename = 'leaderboard.html';
>> idList = [ ...
    734801    ; ... % Binbin Qi
    3529521   ; ... % Matthew Eicholtz
    5349647   ; ... % goc3
    4345310   ; ... % Jan Orwat
    3397427   ; ... % HH
    ];
>> makeLeaderboard(filename,idList)

After you run the code shown above, you should end up with an HTML page that looks something like this.

Example Leaderboard

Run it as often as you like to stay up to date with current situation. Remember, nothing motivates people to play like seeing where they are on the board!

You can learn more about this code by referring to this post on the MATLAB Central Community blog:

Private Cody Leaderboards

引用格式

Ned Gulley (2024). Private Cody Leaderboard (https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.3), GitHub. 检索时间: .

MATLAB 版本兼容性
创建方式 R2022b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Create Links to External Requirements 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.3

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.3

1.2

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.2

1.1

See release notes for this release on GitHub: https://github.com/mathworks/Private-Cody-Leaderboards/releases/tag/v1.1

1.0.1

Moving repo location on GitHub.

1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库