Arman2409 / BouncingBallz

Bouncing balls with HTML canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bouncing Ballz

About

Bouncing balls HTML canvas animation implemented with TypeScript.The animation resembles Earth's gravitation.

Set up

  1. Open terminal and navigate to the directory where you want to save your project (e.g., cd Desktop).
  2. Clone the project
  3. View the project by opening the index.html file in browser(from VSC or by just clicking the file).
If you want to make changes
  1. Install Node.js.
  2. Install dependencies by running
npm install
  1. Start Typescript server by running
tsc --w
  1. Make changes and refresh the browser

About

Bouncing balls with HTML canvas


Languages

Language:TypeScript 93.5%Language:HTML 5.7%Language:CSS 0.8%