Skip to content

jakegreenbergbell/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

https://jakegreenbergbell.github.io/snake/

My take on the classic snake game. Utilized jQuery, HTML Canvas, Bootstrap styling, along with vanilla JavaScript.

Built with interesting features:

  1. The snake can go through a wall and come out the other side

  2. Every turn the snake makes, evil apples appear, if the snake eats these it resets size. Meaning now it must escape itself and the evil apples.