This project is a replica of Hangman which is a simple word game guessing game. This is like a multi-client / multi-player application where people can connect to the server to play the game. For the player to win the game he need to guess the word before he runs out of lives. The words correctly got by the clients are visible to other people in the group to easily guess the word with less number of lives
Technology used Socket.io, React.JS
- Saad Nousad - Server Side
- Sharun E Rajeev - Frontend Side
- Vishnu S - Client Side / Frontend Side
- Clone this repository
git clone https://github.com/TeamFLEG/websocket-sat-hacknight.git
- There are two folders for running server and client servers.
- To run the server
cd server
npm start
- To run the client
cd client
npm start
- Create as much clients in each tab or window.
- Note people have to join simultaneously to use the essence of this project