MATwordle

Version 0.5 (128 ko) par Edgar Guevara
MATLAB adaptation of Wordle https://www.powerlanguage.co.uk/wordle/
121 téléchargements
Mise à jour 25 jan. 2022

MATwordle

MATwordle icon MATLAB adaptation of Wordle https://www.powerlanguage.co.uk/wordle/

Guess the hidden word in 6 tries. Each guess must be a valid 5-letter word. Hit the enter button to input. After each guess, the color of the letters will change to show how close your guess was to the word.

If the letter is green, then it is in the word and in the correct spot.

If the letter is orange, then it is in the word but in the wrong spot.

If the letter is black, then it is not in the word in any spot.

SYNTAX

MATWORDLE

INPUTS

none

OUTPUTS

none

REQUIRED CODE

cprintf available from https://www.mathworks.com/matlabcentral/fileexchange/24093-cprintf-display-formatted-colored-text-in-command-window

Make sure cprintf is installed to a folder called cprintf, at the same level as your MATwordle folder


Copyright (C) 2022 Edgar Guevara, PhD


View MATwordle on File Exchange

Citation pour cette source

Edgar Guevara (2024). MATwordle (https://github.com/guevaracodina/MATwordle/releases/tag/0.5), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2021a
Compatible avec toutes les versions jusqu’à R2021a
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
0.5

See release notes for this release on GitHub: https://github.com/guevaracodina/MATwordle/releases/tag/0.5

0.4

See release notes for this release on GitHub: https://github.com/guevaracodina/MATwordle/releases/tag/0.4

0.3

See release notes for this release on GitHub: https://github.com/guevaracodina/MATwordle/releases/tag/0.3

0.2.0.0

See release notes for this release on GitHub: https://github.com/guevaracodina/MATwordle/releases/tag/0.2

0.1

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.