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: 11 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T14:21:47.000Z (about 1 year ago)
- Last Synced: 2025-01-22T17:46:49.100Z (about 1 year ago)
- Topics: game, game-development, javascript, p5js, p5js-game
- Language: JavaScript
- Homepage: https://multiplayer-snake.outdatedguy.rocks
- Size: 1.41 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 Game
Made 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)