A 3D game boat game about collecting coins from the sea and battling other boats. The game is made with Three.js and Cannon.js.
sudo apt-get update
sudo apt-get install node
# for install required node packages
npm install
# for running the backend server on 'localhost:3000'
npm run dev