This project aims to emulate flocking behaviour in birds. It is built with vite, vue3, Typescript.
npm install npm run dev
npm run test:unit
coverage
npm run test:unit:coverage
mutation
npm run test:mutation
- Make the constants (speed, nb of neighbours, etc. ) reactive and selectable via html inputs
- Handle the redirection when bumping on the outside of the window better
- Handle window resizing