BrickBreaker
BrickBreaker copied to clipboard
Code Repository for Yining Shi's Guest Tutorial
BrickBreaker
Code Repository for Yining Shi's Guest Tutorial
Video Tutorials
Watch the tutorial here! https://youtu.be/5kEPixL8JoU
Play the game!
- https://codingtrain.github.io/BrickBreaker
Viewer Remixes of the Game
- Colorful Brick Breaker, Code
- Add your name and link here!
Getting Started
$ git clone https://github.com/CodingTrain/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