hello wordl for DOS
Go to file
Juhani Krekelä 20be99d08f Update wordlist date in README.md 2022-02-27 16:11:56 +02:00
.gitignore First commit 2022-02-23 00:38:06 +02:00
LICENSE First commit 2022-02-23 00:38:06 +02:00
Makefile Include license info in the executable 2022-02-25 02:05:00 +02:00
README.md Update wordlist date in README.md 2022-02-27 16:11:56 +02:00
compress-dict.py Check target words list when checking the guess word 2022-02-24 19:14:25 +02:00
compress-targets.py Check target words list when checking the guess word 2022-02-24 19:14:25 +02:00
dictionary.json First commit 2022-02-23 00:38:06 +02:00
dosdl.asm Add note about Ctrl+C to exit into the greeting message 2022-02-27 16:11:42 +02:00
embed-textfile.py Include license info in the executable 2022-02-25 02:05:00 +02:00
targets.json First commit 2022-02-23 00:38:06 +02:00
word_selection.py Implement the RNG for word selection 2022-02-24 21:14:37 +02:00

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 2022-02-27, 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.