CodeAvecAsnit /
AutonomousSnakeGame
A Classic Snake game built on Java integrated with Q-Learning for automation bot and connected to a Spring Boot server for high score rankings.
64/100 healthLoading repository data…
gitKeshav11 / repository
A classic Snake Game built in Java using Swing. Control the snake with arrow keys, eat food to grow, and avoid crashing into walls or yourself. The game features smooth controls, score tracking, and dynamic food placement. Utilizes OOP, event handling, and 2D graphics for a fun arcade experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A classic Snake Game built using Java Swing, designed to demonstrate object-oriented programming, event handling, and basic game development concepts in Java. The game features smooth controls, real-time movement, score tracking, and dynamic gameplay.
Language: Java
GUI Framework: Java Swing
Concepts Used:
SnakeGame/
├── .idea/ # IntelliJ settings (hidden)
├── out/ # Compiled class files
├── icons/ # Game assets (images, icons)
│ ├── snake_head.png
│ └── food.png
├── Gameplay_Screenshot/ # Project demo images
├── Snake_Gamess.java # Main Frame / Window Class
├── Snakess.java # Core Game Logic Class
└── README.md # Project documentation
Snake_Game/ │── src/ │ ├── SnakeGame.java │ ├── GamePanel.java │ └── GameFrame.java │── README.md
---
## ▶️ How to Run the Project
1. Clone the repository:
```bash
git clone https://github.com/gitKeshav11/Snake_Game.git
Open the project in any Java-supported IDE (IntelliJ IDEA / Eclipse / VS Code)
Compile and run the main file:
javac SnakeGame.java
java SnakeGame
Contributions are welcome! Feel free to fork this repository, raise issues, or submit pull requests.
Keshav Upadhyay Aspiring Java Backend Developer | Open Source Contributor
🔗 GitHub: https://github.com/gitKeshav11
⭐ If you like this project, don’t forget to give it a star!
Selected from shared topics, language and repository description—not editorial ratings.
CodeAvecAsnit /
A Classic Snake game built on Java integrated with Q-Learning for automation bot and connected to a Spring Boot server for high score rankings.
64/100 healthsowndharnewbie /
This is a simple implementation of the classic Snake game using Java and Swing.
49/100 healthrohatdgnr /
A classic Snake game with a graphical user interface in Java. This project includes features such as resizable gamepad, game restart function, and score tracking.
mukeshlilawat1 /
This is a classic Snake Game built using a combination of JavaFX for the modern GUI and AWT (Abstract Window Toolkit) for some foundational graphical components. The game is lightweight, fast, and demonstrates the fundamentals of event-driven programming, 2D graphics rendering, and basic game logic using Java.
59/100 healthhigh-horse /
🎮 Entertainment Console : A console-based gaming platform built with Core Java. Enjoy simple classic games like Snake and Brick Breaker, all in one place! 🕹️
37/100 healthbablu456 /
A classic Snake Game built using Core Java (Swing)
44/100 health