/snake-game

Classic snake game to practice using the built-in JavaScript canvas object...and to while the hours away/de-stress

Primary LanguageJavaScript

Classic Snake Game

9 March 2020

Become a snake. Eat food. Don't die.

By Vanessa Stewart

Description

Use the arrow keys to move the snake to food tiles. Don't collide into walls or the snake body itself.

Setup/Installation Requirements

To View Project:

To Extend This Project:

  • Clone this project using the git clone command in terminal.
  • Open the cloned repo in a text editor of your choice.

Known Bugs

There are no known bugs at this time.

Support and Contact Details

Connect with me at vamariestewart@gmail.com with ideas to improve this project.

Technologies Used

  • HTML
  • CSS
  • JavaScript

License

Copyright (c) 2021 Vanessa Stewart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.