[go: up one dir, main page]

Skip to content

Learning Java basics through the simple "Snake" game.

Notifications You must be signed in to change notification settings

EconLQ/Java-Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Snake-Game

Learning Java basics through the simple "Snake" game.

How to play

Run Game via the SnakeGame.java class and use the following keys on your keyboard to control the snake:

  • 'Arrow Up' for moving Snake up;
  • 'Arrow Down' for moving Snake down;
  • 'Arrow Left' for moving Snake left;
  • 'Arrow Right' for moving Snake right;

Rules

If you go outside the screen or collide a tail the game will be over.

About

Learning Java basics through the simple "Snake" game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages