Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 275 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 275 Bytes

Superpowers2DShooter

2D Multiplayer shooter make with Superpowers, NodeJS and Socket.IO

Server-side

Installation des packages en global :

  • typescript
  • tsd

Pour installer les deps du server faire :

  • tsd install
  • npm install
  • tsc

Puis pour lancer :

  • npm start