An unfinished cannon/boat game for the 32bit Jam 2022
This prototype game uses a three js example -- https://threejs.org/examples/?q=wate#webgl_shaders_ocean -- as its base, and adds a boat with a third-person camera based on SimonDev's lesson: https://www.youtube.com/watch?v=UuNPHOJ_V5o&t=1s.
- Play the latest
main
branch build online: https://deathraygames.github.io/three-js-boat-prototype/dist/ - Or run in locally by downloading or cloning the repo, running
npm run serve
, then going to http://127.0.0.1:5173/
- W and S to increase or decrease throttle
- A and D to turn
- E to fire cannon
- Z and X to adjust cannon angle up or down