https://github.com/yining1023/brickbreaker
This is a brickBreaker game using p5.js
https://github.com/yining1023/brickbreaker
Last synced: 3 months ago
JSON representation
This is a brickBreaker game using p5.js
- Host: GitHub
- URL: https://github.com/yining1023/brickbreaker
- Owner: yining1023
- Created: 2017-06-14T12:30:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T19:03:51.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T08:02:20.982Z (7 months ago)
- Language: JavaScript
- Size: 566 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brick Breaker
This is a Brick Breaker game using p5.js. It's featured on [p5js homwpage](http://www.p5js.org) from June 14 to June 28 in 2017. Read more about this project on [p5 diversity page](https://diversity.p5js.org/feature/yiningshi.html).### Play the game!
[https://yining1023.github.io/brickBreaker](https://yining1023.github.io/brickBreaker)### Watch the video tutorial here!
[https://youtu.be/5kEPixL8JoU](https://youtu.be/5kEPixL8JoU)### Demo of a simple verison
[https://yining1023.github.io/brickBreaker-simple](https://yining1023.github.io/brickBreaker-simple)### Code of a simple version
[https://github.com/yining1023/brickBreaker-simple](https://github.com/yining1023/brickBreaker-simple)### A Processing version created by [@TWDcarlos](https://github.com/TWDcarlos)
[https://github.com/yining1023/brickBreaker/tree/master/Processing%20version](https://github.com/yining1023/brickBreaker/tree/master/Processing%20version)### Getting Started
```shell
$ git clone https://github.com/yining1023/brickBreaker.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](https://www.youtube.com/watch?v=hacZU523FyM)