Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 496 Bytes

Snake

A Javascript implementation of the classic Snake Game

Basically, it's a snake that you have to move around the board and which grows longer with each piece of food it eats. You lose if it gets so big it hits itself or if it goes off the board.

Snake

View Project

Acknowledgments

  • This project was created as part of The Odin Project curriculum.