Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 420 Bytes

Boids Algorithm

Introduction

This is a simple implementation of Boids Algorithm in using Typescript and a simple Canvas. Boids Algorithm aims to model the behaviour of Bird-like (Bird-"oid" = Boid) agents and is a form of artificial life simulation.

To build and run: install Typescript, clone this repo, run "tsc" within the cloned directory and open index.html in the browser of your choice.

Todos

Todo