This is a classic Snake Game built using Java and Swing.
The game allows players to control a snake that grows in size after eating apples while avoiding collisions with the walls and itself.
It also includes features like score tracking, skins, coins, and league systems .
- ๐ฎ Smooth snake movement with arrow keys
- ๐ Random apple generation
- ๐ฅ Game over on wall or self-collision
- ๐ฐ Coin and points system
- ๐ League system (Bronze โ Diamond) based on score
- ๐ Changeable snake skins and apple designs
- ๐พ Data persistence with MySQL (user profiles, coins, scores)
- ๐ Leaderboard system
- Language: Java
- GUI Framework: Java Swing
- Database: MySQL
- IDE: IntelliJ IDEA / Eclipse / NetBeans