/SnakeGame

Simple SnakeGame using Java (Swing & AWT)

Primary LanguageJava

SnakeGame Project

Welcome to the SnakeGame project! This is a simple implementation of the classic "Snake" game in Java. Below you'll find instructions for installation, controls, and contributing to the project.

About

SnakeGame is a project developed by me as a part of learning Java programming. The goal of the project is to create a playable "Snake" game with basic mechanics Swing & AWT.

Installation

Requirements

To run SnakeGame, you'll need:

Getting Started

  1. Clone the repository:
git clone https://github.com/DimaXDD/SnakeGame.git
  1. Navigate to the root project directory:
cd src
  1. Compile and run the game:
javac SnakeGame.java
java SnakeGame

Controls

Control the snake using arrow keys: up, down, left, right.

Contributing

If you'd like to contribute to SnakeGame, follow these steps:

  1. Fork the repository.
  2. Make your changes.
  3. Submit a pull request describing the changes.

Contact

Feel free to reach out to me through GitHub of Telegram if you have any questions or suggestions.