Skip to content

This is classic Snake Game implemented using Java

Notifications You must be signed in to change notification settings

devansh436/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SnakeGame

A simple implementation of the classic Snake game developed using Java.

Overview: This is a basic version of the Snake game where the player controls a snake that moves around the screen, eating food and growing in length. The game ends if the snake collides with itself or the wall.

Features:

  • Arrow key controls to navigate the snake
  • Food items that increase the snake's length
  • Collision detection
  • Score tracking

About

This is classic Snake Game implemented using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages