/get-lasered

Web FPS 3d game using Three.js

Primary LanguageJavaScript

get-lasered

Get lasered is an FPS shooter game, right now it looks more like a technical demo ;p but it will get better overtime

Using threejs library with webpack to run the game in a server with all the dependencies packed in the node_modules

installation

Install npm v8.11.0 and node v16.16.0

MacOS

brew install node@16

Linux

$ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
$ sudo apt-get install -y nodejs

Install dependencies

$ npm i

build the game

$ npm run build

run the game

$ npm run dev