- Multiplayer and Singleplayer: http://rssworms.herokuapp.com/
- Only Singleplayer: https://wsko-12.github.io/RSWorms/client/
- Clone repository
git clone https://github.com/Wsko-12/RSWorms.git. - Move to folder using
cd RSWorms. - Check
developbranch usinggit checkout develop. - Install dependencies using
npm install. - Open terminal and run
npm run devto build files todistfolder. - Open second terminal and start server
npx nodemon dist/app. - Open browser on
localhost:3000.
- three.js
- socket.io
- p5.js (Perlin noise)
