https://github.com/adamurban04/snake
A Java Project
https://github.com/adamurban04/snake
awt java snake-game swing
Last synced: about 14 hours ago
JSON representation
A Java Project
- Host: GitHub
- URL: https://github.com/adamurban04/snake
- Owner: adamurban04
- Created: 2023-12-29T17:57:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T13:31:09.000Z (about 1 year ago)
- Last Synced: 2024-08-20T15:30:08.266Z (about 1 year ago)
- Topics: awt, java, snake-game, swing
- Language: Java
- Homepage:
- Size: 7.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
The purpose of this project was to improve in java and its frameworks for GUI (AWT, Swing).
The backgroud pictures for the game and its levels were created using AI.
Note: I could use desktop pane instead of creating a new JFrame for every slide
**GAME RULES:**
**Red apple is 1 point
Cyan apples are 2 points, they teleport you though!
Golden apple is the final apple, which appears once you have the required score**Youtube video-demonstration: https://www.youtube.com/watch?v=6w4cYXYkgLE
---
