Skip to content

Arman2409/bouncing-ballz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bouncing Ballz

Micro physics simulator in browser

Live Preview

User interaction

Click anywhere on the screen to spawn a new bouncing circle.

How to run locally

  1. Clone the project with the following command
  git clone https://github.com/Arman2409/bouncing-ballz.git
  1. Open terminal and navigate to the directory where you have cloned the project
  cd bouncing-ballz
  1. View the project by opening the index.html file in browser

How to make changes

  1. Install Node.js on your machine(http://nodejs.org)

  2. Install dependencies by running the command

npm install
  1. Start Typescript server by running
npm run build
  1. Make changes and refresh the browser