-
Intro to Game Development with JavaScript – Full Tutorial
An introduction to game development tutorial using vanilla JavaScript and HTML5 canvas. Build a complete brick-breaker game while learning the fundamentals of game development.
Code / Completed Project: https://codesandbox.io/s/z2pqr9620m
Course Contents
(00:00) Introduction
(00:32) Project Setup and Canvas
(02:07) Drawing on the Canvas
(04:25) Clearing the Canvas
…