Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.03 KB

Java Snake Game

A simple Snake game implemented in Java using Swing for the graphical interface.

Table of Contents

Features

  • Classic Snake game with a graphical user interface.
  • Smooth controls for directing the snake.
  • Score tracking for each apple eaten.
  • Game pause screen with score.
  • Game over screen with the final score.

Requirements

  • Java Development Kit (JDK) installed on your machine.

Installation

Controls

  • Use arrow keys (Up, Down, Left, Right) to control the snake's direction.
  • Press space to pause or resume the game.
  • Press enter to start a new game.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.