Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kbluelvl/snake

Snake game
https://github.com/kbluelvl/snake

intelij java javafx maven snake snake-game snakejava

Last synced: about 4 hours ago
JSON representation

Snake game

Awesome Lists containing this project

README

        

# snake
This project is an implementation of the classic Snake game in Java, inspired by Mahmoud Hamwi's tutorial on YouTube : [Snake Game Tutorial](https://www.youtube.com/watch?v=H9WjCyPFOug).

1. [About](#About)
2. [How to Play](#How-to-Play)
3. [Screenshot](#Screenshot)

## About
This project was developed using JavaFX to hone Java GUI development skills while recreating the nostalgic experience.

## How to Play

1. Clone this repository to your local machine.

```
git clone https://github.com/KBluelvl/snake.git
```
2. Open your preferred integrated development environment (IDE). I recommend using IntelliJ IDEA.
3. Run the `main.java` file to start the game.
4. Use arrow keys to guide the snake and collect apples.

Have fun playing Snake, and enjoy your JavaFX development journey! ☕️

## Screenshot