Experiment 2: Collision Detection

Sections in this Article:

Experiment Brief

In preparation for coding some JavaScript games, there is a need for efficient collision detection. Research and present solutions for collision detection for use in future experiments for in-browser gaming.

The following pages explore different collision detection techniques, providing demonstrations and code for each.

This experiment will be refined and updated as different techniques are explored and presented.

Continue on reading to Circle In Circle Collision Detection...