Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 572 Bytes

File metadata and controls

42 lines (28 loc) · 572 Bytes

Multiplayer game Server

Note This is a work in progress repo

WebGL sci-fi multiplayer game.

Client: https://github.com/oslavdev/multiplayer-shooter-client

Features

  • Select and customize character
  • Private maps
  • Choose weapons
  • Audio, video and written chat
  • Selection of maps

Tech

  • Node.js
  • Docker
  • GraphQL
  • PostgreSQL
  • Prisma

Deploy

Build command

Development

Server will run on http://localhost:4000/

    yarn run dev

DB Migration

    npx prisma migrate dev --name init --preview-feature