Skip to content

rv3392/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick implementation of Boid's algorithm

Topics

Resources

Stars

Watchers

Forks