Optical Bouncer - AR Game Made for Browser

Last edited on: July 17, 2021 12:56 AM

Augmented reality (AR) is an interactive experience of a real-world environment where the objects that reside in the real world are enhanced by computer-generated perceptual information. This simple game uses computer vision to achieve the illusion of AR and allow players to control the game by moving real objects. This game is also built with Matter.js which is a JavaScript 2D rigid body physics engine for the web. Visit the website at Optical Bouncer.

Documentation

Code for this project can be found in GitHub repository.

Dependencies

Install Express and Matter.js in the root directory and save it in the dependencies list. For example:

1
npm install --save express matter-js