hello wordl for DOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Juhani Krekelä b9feee6e25 Update wordlists 7 months ago
.gitignore First commit 2 years ago
LICENSE First commit 2 years ago
Makefile Include license info in the executable 2 years ago
README.md Update wordlists 7 months ago
compress-dict.py Check target words list when checking the guess word 2 years ago
compress-targets.py Check target words list when checking the guess word 2 years ago
dictionary.json Update wordlists 7 months ago
dosdl.asm Add note about Ctrl+C to exit into the greeting message 2 years ago
embed-textfile.py Include license info in the executable 2 years ago
targets.json Update wordlists 7 months ago
word_selection.py Implement the RNG for word selection 2 years ago

README.md

hello DOSdl

Hello DOSdl is a variant of Wordle / hello wordl for MS-DOS.

System requirements

  • MS-DOS 1.25 or later, or PC-DOS 1.1 or later
  • 64KiB of RAM

Notably, hello DOSdl has been written to only use the DOS APIs, meaning it should work on non-PC DOS platforms as well.

Gameplay

Gameplay is as in hello wordl's default daily mode. x under a letter marks it as incorrect and ^ marks it as being in the wrong place.

Word lists

The words lists are taken from hello wordl and are identical as of 2023-03-20, to allow cross-play between hello DOSdl and hello wordl. See the link for further details.

Licensing

Hello DOSdl is free software under the MIT license. See LICENSE for details.