This is a Brick Breaker game using p5.js. It's featured on p5js homwpage from June 14 to June 28 in 2017. Read more about this project on p5 diversity page.
https://yining1023.github.io/brickBreaker-simple
https://yining1023.github.io/brickBreaker
https://github.com/yining1023/brickBreaker
$ git clone https://github.com/yining1023/brickBreaker-simple.git
$ cd brickBreaker
$ python -m SimpleHTTPServer # $ python3 -m http.server (if you are using python 3)
Go to localhost:8000, you should be able to see the game interface.
This is inspired by Danial Shiffman's Asteroids Coding Challenge