Skip to content

igameproject/snake2d

Repository files navigation

Snake 2d

  • What does this project do? This is Snake clone created using HTML5 and Javascript.

  • Why is this project useful? This project is created to get user familiar with HTML5 canvas,DOM and javascript to create awesome games and have fun together as a community. This is a friendly project and any kind of ideas crazy or creative are accepted.

  • How do I get started? Check out issues section and see which issue can you fix. Follow javascript ES6 coding standards in all commits. If you find a way to improve the game that hasn't been mentioned in the issues. Create a new issue. And most important of all discuss with your peers on what is the best way to solve a problem

  • Where can I get more help, if I need it? You can contact the owner at techie.vigneshramesh@gmail.com

How to play

Use arrow keys to control the snake. The more food (dots) you collect, the bigger your snake becomes.

The score will be reset if you eat any part of your body.The more you eat the higher your score.

how-to-play