• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

3D multiplayer space dogfight game made with three.js and ws.

3D Multiplayer Browser Shooter

A 3D multiplayer space dogfight game made with three.js and ws.

Versions

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

Clone Git repository

git clone https://github.com/nickyvanurk/3d-multiplayer-browser-shooter.git

Install required npm modules

npm install

Start the game server

npm run server:start:dev

Start the web server

npm run client:start:dev

Surf to localhost:8080!

License

This project is licensed under the MIT License.