https://github.com/killshot13/bouncy-blast
Bouncy Blast: A simple web-based breakout game built purely with JavaScript and the HTML canvas feature.
https://github.com/killshot13/bouncy-blast
Last synced: about 1 month ago
JSON representation
Bouncy Blast: A simple web-based breakout game built purely with JavaScript and the HTML canvas feature.
- Host: GitHub
- URL: https://github.com/killshot13/bouncy-blast
- Owner: killshot13
- Created: 2020-06-23T11:41:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T07:55:43.000Z (over 3 years ago)
- Last Synced: 2025-02-07T12:46:38.929Z (3 months ago)
- Language: HTML
- Homepage: https://killshot13.github.io/bouncy-blast/
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BOUNCY BLAST
The goal of this week's Ironhack challenge is to build a basic but functional game that can be rendered and played in a web browser.
To this end, I chose Pac-Man as the theme for my game. However, I ran into some difficulty understanding exactly how to accomplish what my brain was imagining.Thanks to the MDN web documents, I was able to find an in-depth tutorial that covered a lot of topics about which I was unsure.
I credit the MDN developers for creating this project in a step-by-step format that was easy to understand and deploy.
While the code was provided in chunks and I had the option to copy and paste it, I chose instead to hard code the game myself.
Thus I was able to become much more familiar with the actual development process.AT A GLANCE:
Technologies Employed --HTML5
CSS3
JavaScript
CanvasResources and References --
MDN web documents
https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript
https://jsfiddle.net/raymondjplante/dfh2tpu1/