Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 638 Bytes

JavaScript Snake Game

Inspired by a Java SnakeGame that I made. I wanted to see if i could make the same game in JavaScript.

Live Demo Site

Installation

git clone https://github.com/AyishaAlli/JavaScriptSnakeGame.git 

npm i

Using LiveServer Extension (VSC) Right click HTML file and click on preview with LiveServer

Acknowledgements

Web Dev Simplified - How To Code The Snake Game In Javascript Educative - JavaScript Snake Game Tutorial