Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 330 Bytes

TIWPR multiplayer game

This is a multiplayer game made as a project for a university task.

Installation

run npm install npm run make

Usage

You can play it online at : localhost.com or host on your server with node.js locally. Run with: node server/main.js

Technologies

Node.js + ws (websocket library) + Express