Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/outdatedguy/outdated-snake
- Owner: OutdatedGuy
- License: bsd-3-clause
- Created: 2020-11-28T15:00:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T13:45:11.000Z (3 months ago)
- Last Synced: 2024-10-14T02:48:38.011Z (3 months ago)
- Topics: game, javascript, javascript-game, node-js, node-js-game-server, nodejs, nodejs-game, p5js, p5js-game, snake-game
- Language: JavaScript
- Homepage: https://outdated-snake.outdatedguy.rocks
- Size: 1.66 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)