You can try running the "Dictionary game.arb" file and the rest of the process with be self explanatory.
-
- Word Game : It will start a guessing game where the user is given hints about the word, and he has to guess them.
- Option 1: Try again: A chance to guess the word again
- Option 2: Get a Hint: A chance to get a hint to answer, but it costs you some points :(
- Option 3: Skip: Don't like the current word? No worries, you can always skip to the next word
- Option 4: Exit the Game in case you've played too much
-
- Word of the day : Picks up a random word provided by the FourtyTwoWords API and prints all the details of theat word.
-
- Get Antonyms & Synonyms : Picks up a random word provided by the FourtyTwoWords API and prints all the available antonyms & synonyms for that word.
-
- Word Definitions : Picks up a random word provided by the FourtyTwoWords API and prints all its definitions available.
-
- Word Word Examples : Picks up a random word provided by the FourtyTwoWords API and prints all its.... you know by now.