Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 622 Bytes

Outdated-Snake

An Outdated Online Snake Game
Game link here
Latest Desktop Version Setup here

Start

Create .env file with reference to .env.example
Run npm install
Run npm start

Development

Made using p5.js library and Node.js
A server side snake game which can add your score to database and retrive to show highscore list
Inspired by The Coding Train