Skip to content

The classic game snake written as en exercise in Java

Notifications You must be signed in to change notification settings

micke-dahlgren/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAKE GAME

This is the classic game snake made as an exercise in Java.

You can either open the project in your Java IDE of choice or run the snake.jar executable.

GAME RULES

  • Self collision will result in game over.
  • Going beyond screen edges will teleport you to the opposite side.
  • Collect the red "apples" to increase your score
  • Collect the powerup to temporarily gain increased speed and immunity to self collision

About

The classic game snake written as en exercise in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages