Need small java project
Let me tell u clearly from screen1
Screen-1 Jpanel:
In screen-1 we will have 2 buttons Start and Restart. Below that in the same screen we will have a jslider containing easy, medium, and hard levels.
Screen-2 Jpanel:
EASY MODE:
When clicked on the easy mode there will be 10 rounds on every mode. When the screen 2 start timer should show up on the jpanel as “ Level 1 Timmer:15 seconds”.
For easy mode there will be 4 bubbles with in the jpanel. These 4 bubbles will be generated by clicking the screen thru mouse.
After 4 bubbles were created on the next mouse click then a pop-up should say “ Are you ready to start ?” which will have yes and no buttons.
Once Yes button is clicked then 4 bubbles should start rotating within the screen and the timer also should start decreasing like 15,14,13,12 11….
If the bubbles were blasted with in 15 seconds then it will move the round -2. i.e., in timer it should show as “Level2 Timer- 15seconds .”
If bubbles were not blasted with in 15 seconds then a pop-up should come up and it should show “Time UP !!!!” with ok button and when clicked on ok button it should navigate to Screen-1.
And this mode will be continued up to 10 rounds. After 10 successful rounds then it will show a pop-up saying “ Game Over !!! you win “ with ok button and when clicked ok button it should navigate to Screen-1
MEDIUM MODE:
When clicked on the medium mode there will be 10 rounds on medium mode. When screen 2 start Timmer should show up on the J panel as “Level 1 Timmer : 14seconds.”
For medium mode there will be 5 bubbles with in the jpanel. These 5 bubbles will be generated by clicking the screen thru mouse.
After 5 bubbles were created , on the next mouse click then a pop-up should say “ Are you ready to start ?” which will have yes and no buttons.
Once Yes button is clicked then 5 bubbles should start rotating within the screen and the timer also should start decreasing like 14,13,12 11
If the bubbles were blasted with in 14 seconds then it will move the round -2. i.e., in timer it should show as “Level2 Timer- 14 seconds .”
If bubbles were not blasted with in 14 seconds then a pop-up should come up and it should show “Time UP !!!!” with ok button and when clicked on ok button it should navigate to Screen-1.
And this mode will be continued up to 10 rounds. After 10 successful rounds then it will show a pop-up saying “ Game Over !!! you win “ with ok button and when clicked ok button it should navigate to Screen-1.
HARD MODE:
When clicked on the medium mode there will be 10 rounds on medium mode. When screen 2 start Timmer should show up on the J panel as “Level 1 Timmer : 13 seconds.”
For hard mode there will be 6 bubbles with in the jpanel. These 6 bubbles will be generated by clicking the screen thru mouse.
After 6 bubbles were created then on the next mouse click a pop-up should say “ Are you ready to start ?” which will have yes and no buttons.
Once Yes button is clicked then 6 bubbles should start rotating within the screen and the timer also should start decreasing like 13,12 11……
If the bubbles were blasted with in 13 seconds then it will move the round -2. i.e., in timer it should show as “Level2 Timer- 14 seconds .”
If bubbles were not blasted with in 13 seconds then a pop-up should come up and it should show “Time UP !!!!” with ok button and when clicked on ok button it should navigate to Screen-1.
And this mode will be continued up to 10 rounds. After 10 successful rounds then it will show a pop-up saying “ Game Over !!! you win “ with ok button and when clicked ok button it should navigate to Screen-1.