Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 545 Bytes

About

2D Multiplayer deathmatch game inspired by Doom and Surviv.io

Installing and setup

This project requires Bun

After installing the dependencies with bun install do the following to start it:

To start the server cd into the server directory and run bun run build and bun start or bun dev for development server.

To start the client cd into the client directory and run bun run build and bun preview for the production build or bun dev for the vite dev server