Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outdatedguy/multiplayer-snake
A Multiplayer Snake Game Using Node.js and Socket.io, Inspired by Snake.io
https://github.com/outdatedguy/multiplayer-snake
game game-development javascript p5js p5js-game
Last synced: about 1 month ago
JSON representation
A Multiplayer Snake Game Using Node.js and Socket.io, Inspired by Snake.io
- Host: GitHub
- URL: https://github.com/outdatedguy/multiplayer-snake
- Owner: OutdatedGuy
- License: bsd-3-clause
- Created: 2020-12-02T17:01:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:27:23.000Z (4 months ago)
- Last Synced: 2024-10-14T02:48:38.240Z (3 months ago)
- Topics: game, game-development, javascript, p5js, p5js-game
- Language: JavaScript
- Homepage: https://multiplayer-snake.outdatedguy.rocks
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MP-Snake
A Multiplayer Snake GameMade using p5js library, Node.js and Socket.io
A Multiplayer Snake Game Using Server Side Programming
Inspired by [Snake.io](https://snake.io)
Learned Sockets, Node and p5 from [The Coding Train](https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw)