Skip to content

charl56/WebFps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Multiplayer FPS Project, on browser

This project aims to create a multiplayer online First Person Shooter (FPS) game that runs in a web browser. It uses Vue.js for the frontend interface, Three.js for 3D management, Ammo.js for physics, and Node.js for the backend.

Note: Please be aware that this project is still a work in progress.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 21.4.0)

Installation

  1. Clone this repository to your machine:

    git clone https://github.com/charl56/WebFps.git
  2. Install dependencies for the frontend:

    cd frontend
    npm install
  3. Install dependencies for the backend:

    cd backend
    npm install

Launch

  1. To start the frontend in development mode, run:

    cd frontend
    npm run dev
  2. To launch the backend, run:

    cd backend
    npm start

Thanks to:

About

Online Multiplayer FPS Project, on browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages