Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outdatedguy/outdated-snake

An Outdated Online Snake Game
https://github.com/outdatedguy/outdated-snake

game javascript javascript-game node-js node-js-game-server nodejs nodejs-game p5js p5js-game snake-game

Last synced: about 1 month ago
JSON representation

An Outdated Online Snake Game

Awesome Lists containing this project

README

        

# Outdated-Snake

An Outdated Online Snake Game
Game link [here](https://outdated-snake.outdatedguy.rocks)
Latest Desktop Version Setup [here](https://github.com/OutdatedGuy/Outdated-Snake-Desktop/releases/latest/download/Outdated-Snake.Setup.zip)

# Start

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

# Development

Made using [p5.js](https://p5js.org/) library and [Node.js](https://nodejs.org/)
A server side snake game which can add your score to database and retrive to show highscore list
Inspired by [The Coding Train](https://www.youtube.com/watch?v=AaGK-fj-BAM)