Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kbluelvl/snake
- Owner: KBluelvl
- License: mit
- Created: 2023-09-20T20:29:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T14:43:13.000Z (about 1 year ago)
- Last Synced: 2023-09-25T03:37:08.683Z (about 1 year ago)
- Topics: intelij, java, javafx, maven, snake, snake-game, snakejava
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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