Skip to content

Upgraded Snake game made with pure Java! SOUND

Notifications You must be signed in to change notification settings

V205Arduino/snake-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I was lazy, and lumped everything in one SnakeGame.java

Now it has sound, but the code smells.
I'll probably break apart the 11kb file later, and fix stuff up.
sound from:
https://pixabay.com/sound-effects/apple-munch-40169/
Apple Munch sound effect - used when a piece of food is eaten


https://pixabay.com/sound-effects/negative-beeps-6008/
Used when the game ends.

Instructions to run: 

1. Open terminal: 

First command: javac GameFrame.java GamePanel.java SnakeGame.java

Second command: java GameFrame GamePanel SnakeGame

Program will then open.

About

Upgraded Snake game made with pure Java! SOUND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%