Skip to content
/ Snek Public

Snek is a simple 2D Snake game made with Unity.

License

Notifications You must be signed in to change notification settings

Vag-Soft/Snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek

Demo Video

Demo.Video.mp4

Description

Snek is a simple 2D Snake game made with Unity.

The game involves controlling a snake to eat apples that appear randomly on the screen. As the snake eats more apples, it grows in length and the game becomes more challenging. The snake can move through the boundaries and will appear on the opposite side of the map.

Features

  • High score tracking
  • Snake moves through boundaries and reappears on the opposite side
  • Random apple spawning
  • Game pause and resume functionality