Skip to content

VaheStepanyan100/bouncing-ballz

Repository files navigation

📗 Table of Contents

📖 Bouncing Ballz

Bouncing Ballz is a web application using html5 canvas, where users can click on the screen to spawn a circle. This circle should realistically obey Earth-like gravity, moving vertically and bouncing upon hitting the bottom of the screen, with a dampening effect on each bounce until it comes to a stop.

🛠 Built With

Tech Stack

Client

Key Features

  • Object-Oriented Design
  • Canvas Animation
  • Interactive User Input

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Example command:

  npm install -g typescript

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:VaheStepanyan100/bouncing-ballz.git

### Install

Install this project with:

Example command:

```sh
  npm install

Usage

To run the project, execute the following command:

Example command:

  npm run dev

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Add Gravity Controls
  • Collision Detection
  • Sound Effects

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank Rockbite Games Armenia for the opportunity to work on this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)