/snake-js

A JavaScript implementation of the classic game Snake, with a fun party mode (turn up the volume)!

Primary LanguageJavaScriptMIT LicenseMIT

Snake JS, Group Project

Turing School Module 4 JavaScript Project - Worked with Amber Crawford, Forked from our Original Repo

  • We created the classic game Snake as an application hosted on GitHub Pages. Includes a party mode with trailing colors behind the snake, moving to the song "All Night Long" by Lionel Richie.
  • I handled rendering the canvas, the drawing and growth of the snake and building a scoreboard.

    Tech stack: JavaScript, HTML5, Node, jQuery, Materialize and Chai

Snake JS GIF

Setup

  • npm install
  • npm start - hosted at http://localhost:8080/ by default
  • npm test to run test suite