Practice JavaScript by Building a Dynamic and Interactive Card Game

Practice JavaScript by Building a Dynamic and Interactive Card Game

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 03m | 258 MB

A perfect practice exercise for learning JavaScript and applying JavaScript to build a fun interactive game

No libraries, no shortcuts just learning JavaScript making it DYNAMIC and INTERACTIVE web application. This course covers: –

  • Element selection and manipulation using JavaScript
  • Using arrays to build a deck of cards
  • Sorting cards and selecting random items from an array
  • Updating element classes dynamically
  • Adding data to the JavaScript element object
  • Using CSS to design a visual card element
  • Applying classes dynamically with JavaScript
  • Array methods splice and more
  • JavaScript Math methods for random and floor
  • Loops to iterate through array contents
  • Setting element attributes on the fly
  • Dynamically creating elements
  • Game logic and win conditions
  • Troubleshooting and game tweaks
  • Start building your own version of the game today!

Looking to practice JavaScript – look no further this is the perfect course to learn more about JavaScript and how to build a fully functional application from scratch. Step by step training with all the source included.

What You Will Learn

  • How to use JavaScript
  • How to create elements dynamically
  • Manipulate elements using JavaScript
Table of Contents

Introduction to JavaScript game exercises
1 HiLo Game Course Introduction
2 Web Developer Setup

Build Hi Lo Game using JavaScript
3 Game Board Setup
4 Setup Game Variables
5 Play the Game
6 Build Card Deck
7 Draw Random Card
8 Build Card CSS
9 Visual Card JavaScript Build
10 Game Logic Play Conditions
11 Code Review and Tweaks