Java-Snake-Game icon indicating copy to clipboard operation
Java-Snake-Game copied to clipboard

Update Snake.java($Add Help Button for Game Instructions)

Open mpamposd opened this issue 11 months ago • 0 comments

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 JButton labeled "Help" to the Snake class.
  • Created a showHelpDialog method to display game instructions in a JOptionPane.

How to Test

  1. Run the Snake game.
  2. Click the "Help" button at the bottom of the window.
  3. Verify that a dialog appears with instructions.

mpamposd avatar Jan 15 '25 15:01 mpamposd