Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 457 Bytes

Orbital

Live

A live version of orbital is available at www.tim-canty.com/orbital/index.html

Description

Orbital is a physics simulator/ puzzle game. The game mechanics are done with Javascript and the display is an HTML5 canvas.

Features

  • Uses a created vector utility library to simulate multi-object gravitational attraction and elastic collisions.
  • Properly calculates and uses mouseevent pixel locations on an HTML5 Canvas display.