Java-Snake-Game
Java-Snake-Game copied to clipboard
Update Snake.java($Add Help Button for Game Instructions)
Add Help Button for Game Instructions
Description
This pull request adds a "Help" button to the game, allowing users to view instructions on how to play and understand the game.
Changes Made
- Added a
JButtonlabeled "Help" to theSnakeclass. - Created a
showHelpDialogmethod to display game instructions in aJOptionPane.
How to Test
- Run the
Snakegame. - Click the "Help" button at the bottom of the window.
- Verify that a dialog appears with instructions.