📜 Snake game created with Java Swing.
💡 How to play:
- Press the arrow keys to move/control the snake
- Press space to pause or resume the game
- Press enter to play again
- fork the project (https://github.com/larissaevaldt/SnakeGame/fork)
- Create a new branch for your alterations (
git checkout -b my-new-functionality
) - commit (
git commit -am 'Adding new functionality...'
) - Push (
git push origin my-new-functionality
) - Create a Pull Request