Skip to content

OutdatedGuy/Outdated-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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