Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 414 Bytes

SnakeGame

Snake game demo with GUI (using Java Swing).

Instructions

Control

  • ↑ ↓ ← → change moving direction;

  • F2 restart game.

Rule

  • Each Apple worth 10 score.

  • The snake increases its body by one block each time it eats an apple.

  • The snake dies when it move into a wall or its body.