Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 409 Bytes

Boat Game

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.

Demo

Required Packages (Nodejs)

sudo apt-get update
sudo apt-get install node

Instructions to test:

# for install required node packages
npm install

# for running the backend server on 'localhost:3000'
npm run dev