Skip to content

KBluelvl/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

This project is an implementation of the classic Snake game in Java, inspired by Mahmoud Hamwi's tutorial on YouTube : Snake Game Tutorial.

  1. About
  2. How to Play
  3. 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