The Ladder Word Game
Daftar Isi:
- At this time many types of games for children. Of the various types of games, which one is a words game, for example is hangman, scrabble, cross words, word search, etc. Sometimes appears kind of word game that actually play the same way but have a different name of the game. Users play games word does not understand the meaning of the word. When users enter a word then the word may appear a variety of new words. Therefore, this project will help the user know what words have and which has no meaning. The project will be created to do the randomization of letters to help users find new words quickly and easily which is computer-based. the making of the project using function recursion, function can call itself, and use a factorial to count the number of possible words that will be formed in accordance with the number of the letters. Not only that, the user can also find out what words have meaning by checking into a dictionary. This project will write with java programming and array for data structure to handle the value of random letters and will then be shown. And the results will show in Graphical User Interface (GUI).