Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 519 Bytes

Chatroom-game

A multiplayer chat room game built on html canvas, handling in game messages with node.js, express and socket.io, a library that simulates web sockets to ensure server-client communication.

Guide to run the project :

  • npm i
  • npm run devstart

The project will then be running at : http://localhost:3000

PS :

The project is not fully functional, there are still bugs to fix, more updates to be expected in order to complete the functionalities of multiplayer messaging.