Video Description
This fully dynamic, step-by-step course teaches you how you can use JavaScript to develop a fun interactive clicking game from scratch. The source code is included to get you started quickly. A fun and exciting way to learn and practice JavaScript.
Course Covers
Setting up your development environment
Building your HTML page structure for your application
Using JavaScript to turn elements into JavaScript objects
Adding event handlers to elements to make them interactive
Building a dynamic game board grid of elements using JavaScript
Create elements
Create a gameplay with dynamic content
Get game data from JSON files using fetch
Update and interact with page elements
Apply game logic to score and win games
Tweak and update gameplay
Code review of all functions used within the game
All code files for this course are available on: https://github.com/PacktPublishing/JavaScript-Game-Exercise---Quick-Click-Popper-Game
Style and Approach
This course starts from scratch and shows how you can use JavaScript to develop a fun interactive clicking game. The source code is included to get you started quickly.