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
Install npm v8.11.0 and node v16.16.0
brew install node@16
$ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
$ sudo apt-get install -y nodejs
$ npm i
$ npm run build
$ npm run dev