hello wordl for DOS
Go to file
Juhani Krekelä 1517f51b84 Link to hello wordl's 'Where are the words coming from?' section 2022-02-24 22:07:50 +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 Check target words list when checking the guess word 2022-02-24 19:14:25 +02:00
README.md Link to hello wordl's 'Where are the words coming from?' section 2022-02-24 22:07:50 +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 Pluralize victory message correctly 2022-02-24 21:38:54 +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 1.25 and later.

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.

Missing features

  • Ability to set the seed manually
  • Hard and extra hard modes
  • In-program help
  • Display of letters that have not been ruled out

Word lists

The words lists are taken from hello wordl and are identical as of 2022-02-02, 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.