Both the GIFs shows basic boid avoidance behaviour
In case you're on windows, it is recommended to use rancher-desktop to run the infra locally.
- Please Ensure that rancher is setup to use dockerd (moby) instead of containerd as a container-engine.
Additionally, You'll be required to install
- skaffold
- redis (run it on windows via docker / rancher) , you may as well use any online hosted redis installation if not willing to setup a local instance of it.
Once you've installed rancher-desktop, and skaffold you're now ready to run the infra locally, use the command "npm run setup-local-infra"
This will
- Create a local registry, where the images will be uploaded.
- Create a gameserver service.
- npm run build
- npm run start