Book Image

JavaScript Math Games Project for Learning Code from Scratch [Video]

By : Laurence Lars Svekis
Book Image

JavaScript Math Games Project for Learning Code from Scratch [Video]

By: Laurence Lars Svekis

Overview of this book

Do you want to use JavaScript to create interactive learning games that can run smoothly in your browser? This course will take you through all the concepts needed for creating stylish and fun browser games. The course starts by highlighting the course objectives and helps you with setting up the environment. You will learn to use the JavaScript methods and code needed to build a math game. You will learn how to create elements with JavaScript and select elements from the HTML content. Moving along, you will learn to make your math game from scratch that will help you to understand JavaScript in detail. You will also learn how to build logic by using math and conditional operators, applying game development knowledge to build sequential progress in the game, developing player messaging and feedback systems, create comma-separated values (CSV) files for scoring and tracking test questions, and a lot more. By the end of this course, you will have all the skills and knowledge to create an interactive math quiz game from scratch using JavaScript. The code bundle for this course is available at https://github.com/PacktPublishing/JavaScript-Math-Games-Project-for-Learning-Code-from-Scratch
Table of Contents (3 chapters)
Chapter 3
Creating a JavaScript Math Game from Scratch
Content Locked
Section 6
Creating Player Interactions
This video explains how to interact with the player by asking questions.