Skip to content

๐Ÿ This is my first game in java,if you have any advice or problem please contact me : [email protected] . Have fun ๐Ÿ

Notifications You must be signed in to change notification settings

CodeDevG/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


๐Ÿ # SnakeGame ๐Ÿ


๐ŸŽฎ This is my first game in Java,if you have any advice or problem please contact me : ๐Ÿ“ง [email protected] ๐Ÿ“ง . ๐ŸŽฎ


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: ๐Ÿ‘€


SnakeFrame


๐Ÿ‘พ๐Ÿ‘พ๐Ÿ‘พ Have fun ๐Ÿ‘พ๐Ÿ‘พ๐Ÿ‘พ


About

๐Ÿ This is my first game in java,if you have any advice or problem please contact me : [email protected] . Have fun ๐Ÿ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages