Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitanshusahu/realtime-multiplayer-game

The Classic Rock, Paper, Sicssors game. it's a realtiem multiplayer game, you can also chat with the opponent and it speaks 😉
https://github.com/amitanshusahu/realtime-multiplayer-game

multiplayer-game nodejs socket-io speech-synthesis

Last synced: 2 months ago
JSON representation

The Classic Rock, Paper, Sicssors game. it's a realtiem multiplayer game, you can also chat with the opponent and it speaks 😉

Awesome Lists containing this project

README

        



![wifu](https://github.com/amitanshusahu/realtime-multiplayer-game/assets/83657737/a5e0325d-0bdc-4fa0-9adb-5bf955ff0865) Multiplayer Rock Paper Scissors ⭐

---



https://github.com/amitanshusahu/realtime-multiplayer-game/assets/83657737/8b1acc57-0032-4b7e-bcb3-d57719f039ef

---

## 📌 Set up project
- clone the repo
```bash
git clone "https://github.com/amitanshusahu/realtime-multiplayer-game" && cd realtime-multiplayer-game"
```
- go to `server` folder and start server
```bash
cd server && npm start
```
> Note: you will require Node 19+ because of the --watch flag, if you have Node 18-, then `node server.js` to start the server

- go to `client` folder and start
```bash
cd ../client && npm run dev
```

## 📓 References
- Vidoe
- [Web Socket, System Design](https://youtu.be/pnj3Jbho5Ck)
- [All about Web Sockets implementaion in node using socket.io](https://youtu.be/ZKEqqIO7n-k)
- [scaleing web sockets](https://youtu.be/xtCddOjITvo)
- [Web Transport Protocol?](https://youtu.be/jvdg-jOYK5E)

---

Star the Repo ⭐