Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 630 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 630 Bytes

c-sharp-training

C# exercise and code example

Notes about next exercise game in anagrams app: similar to TV show Lingo.

  • guess the word select length (Lingo 5 - 6 - 7 - 8) program put 1st letter.
  • words around - program will mesh 12 to 15 letter, player need to compose most number of word possible, as long as possible.
  • anagrams, the program will mesh letter of word anagrammable in one or more words present in the dictionary, player needs to find all.
  • Keeps in mind at the moment it's impossible to exclude proper names of people, places, cities, brands and rivers that are not allowed in the original Lingo game.