Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 532 Bytes

Bouncing Ball

Simple and fun project made in the early days of my dev learning journey.

This is a self challenging game inspired by the Classic Helicopter Game. Control the ball and avoid hiting the red wall as long as you can.

Features

  • Writing purely with HTML/CSS/Javascript
  • Some hard-coded non-optimzed improvised not-recomended physics logic 🙃

Run

To play the game, simply open the index.html file and
run it your browser.