Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demapy/multiplayer-js-game
Online Multiplayer Game
https://github.com/demapy/multiplayer-js-game
canvas game js physics socket
Last synced: about 1 month ago
JSON representation
Online Multiplayer Game
- Host: GitHub
- URL: https://github.com/demapy/multiplayer-js-game
- Owner: DemaPy
- Created: 2024-12-07T20:02:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:25:11.000Z (about 1 month ago)
- Last Synced: 2024-12-08T15:24:33.354Z (about 1 month ago)
- Topics: canvas, game, js, physics, socket
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a starter project for the [Chris Courses Online Multiplayer Game Tutorial](https://www.youtube.com/watch?v=Wcvqnx14cZA) available on YouTube.
To get started, download this repo and double click `index.html` to see the single-player game we'll base our multiplayer-game off of.
## Multiplayer-Js-Game
> This game created in order to better understand how `client` and `backend` work together in bidirectional connection.
> How to manage different cases in syncing `client` and `backend` sides.
> And where to initialize properties to not allow others get **SUPERPOWER** in game.