🐍 # SnakeGame 🐍
🎮 This is my first game in Java,if you have any advice or problem please contact me : 📧 addamogiuseppe5@gmail.com 📧 . 🎮
We have 3 files and 2 sounds:
🎯 1)First File: The first file is "Snake_Main" which contains the main method to starts the game. In this file we have an istance of "Game_Window" class...it contains all methods to open the game frame.
🎯 2)Second File: The second file is "Game_Window" which contains all methods to open the game frame and an istance of class "Game Panel" where we have all methods and all variables of the game. This class "Game_Window" extends the JFrame class from which it inherits all its attributes and methods.
🎯 3)Third File: Finally we have the last file called "Game_Panel" where we have all the methods and all the variables to make the game functional.
🔉 Other 2 sounds (with the extension .wav) named: 🔉
🎵 GameOver.wav for the game over. 🎵
🎵 SnakeMusic.wav for the background music. 🎵
❗❗❗❗IMPORTANT: To move the snake use the keys W A S D. ❗❗❗❗
🎲 Last thing, if you know a little about Java, there are parts of the code that increase the difficulty of the game. Just try them! 🎲
👀 This is how the game frame will be: 👀
👾👾👾 Have fun 👾👾👾