Question
the program is something like wordle, we don't have to make it functional, it's just only design. Practice creating a GUI on your own and
the program is something like wordle, we don't have to make it functional, it's just only design.
Practice creating a GUI on your own and of your own design. In the next homework assignment, it's gonna be turned into a fully functional game!
-----------------------------------------------------------
Create the class RightWordsLASTNAME.java. Your last name shouldnotin all capital letters. Be sure to name your class and constructor according to this file name.
Because you will use this file again in homework 6, be sure to provide yourself with clean code with helpful comments. You will likely edit this file in homework 6.
All the Right Words is a game (whose name I made up) where you are provided with a set of 7 letters and the user is challenged to create as many actual words as they can to collect points. If they enter an incorrect word, then they lose points. Points are based on scrabble point values for letters.
For example, if a user is given the letters NLOABAE. Words they could give as potential answers will be ALONE, ABALONE, BAN, ONE, LONE, LANE, LEAN, ALE.
You will design the GUI for this game and create the file for it. The GUI must contain 7 buttons for each letter. It should also contain a text box where letters will be displayed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
For the GUI design of your word game All the Right Words you can create a simple layout with 7 lette...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started