Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 691 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 691 Bytes

Wordgames

I was really bored that day.

So I made a wordgame for fun.
Done in .NET Core console project, programmed using F#.

Instruction

The game will give you a set of letters to use for you to construct a phrase/word.
Any word is acceptable as long as it is an english word*.

*To be exact: An english word inside dwyl's english dictionary. Check references for more detail below.

Use the 'help' command in the console for more detailed information.
Take note that phrases with whitespaces are replaced with dashes instead, like so -.

References

The list of english word dictionaries was used from dwyl's english words.