Skip to content

TeamFLEG/websocket-sat-hacknight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Topic : WebSockets

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

Saturday Hacknight By TinkerHub

Technology used Socket.io, React.JS

Team Members

How to Run

  • 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

Screenshot

image image

About

Saturday Hacknight by TinkerHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published