Let's make a simple dictionary to base future projects on.
Stepping back from last week's seemingly daunting game, let's break it down and make a simple dictionary that accepts a WORD to lookup (through a simple input dialog box) and print out the MEANING on the console.
Input a WORD to lookup -> Output MEANING of the WORD.
- Though you may use a simple input dialog box to get this done, get creative and see how you could integrate text, font, color, and visual element rendering on your screen.
- Click here to get everything you need for this week in one .zip file.
- Click here to get a bare minimum file.
- Click here to get a .txt file to use as your dictionary bank.
Recommended Learning:
- loadStrings (), toLowerCase (), toUpperCase (), equals ()
- split ()
- StringDict ()
- (Optional) different searching algorithms
- Submission of this challenge, just like all of the Weekly Coderβs challenges, is to be within 36 hours after post. And so, here Sunday morning 12:00 LT.