Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 599 Bytes

Quad Tree

This project implements a Quad Tree data structure to assist in checking for collisons.

Local Setup

git clone && cd $_
yarn
yarn build
http-server -p 3002 -c-1 // <- substitue your favorite local webserver if you do not have `http-server` installed

Further Reading and Resources