Games developed for study purpose, with JavaScript.
"balloon-burst" folder.
Vanilla JavaScript.
Made for an Udemy web development course and to demonstrate JavaScript skills.
"mdn-breakout" folder.
Vanilla JavaScript.
Made following MDN web docs tutorial, focusing on the use of <canvas> HTML tag.
(https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript)
"mdn-breakout-phaser" folder.
Same as 'MDN Breakout' game, but developed using the Phaser framework (https://phaser.io/).
(https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)