Skip to content

beyzanurck/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeGame

  • This is a console-based game.
  • You can use arrow keys to play it.
  • The snake accelerates as it eats more apples.
  • The snake re-enters the screen when it collides with the frame.
  • Apples do not appear on top of the snake.
  • There is a speed difference between the x and y-direction caused by the rectangular cursor shape, and it is optimized in the code.
  • Pressing the arrow keys fast does not cause any error.
  • There is an animation effect for the time of death.
  • This video is sped up by 2 times.

Snake Demo

About

This game was coded for a competition organized by Selman Kahya. https://www.youtube.com/watch?v=gnfzINMXCyA ~37.55

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages