Table of Contents
Snake game made with vanilla javascript and CSS Grid.
Online Version of SNEK on my portfolio site includes High Score tracker / login using MongoDB and Passport.js (not included in this demo repository)
You'll need to have npm and node installed on your local computer, globally.
- npm
npm install npm@latest -g
- node --> Install latest Node version globally via https://nodejs.org/en
- Clone the repo
git clone https://github.com/MarkLovesCoding/Snake.git
- Install NPM packages
npm install
- Run 'node server.js' in terminal to load page locally on port 3000.
node server.js
Distributed under the MIT License.
Mark Halstead - (https://www.markhalstead.dev)
Project Link: https://github.com/MarkLovesCoding/Snake
I'd like to provide credit to the online educational community that paved the way for me as a self-taught developer. As well I'd like to provide credit to free image resources used for the web app and read me.