Upgrade your JavaScript skills by learning how to build real-world games
Key Features
- Become familiar with the concepts of JavaScript
- Apply your knowledge to build an interactive math quiz game using JavaScript
- Learn techniques to apply styling to the game to make it look spectacular
Book Description
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
What you will learn
- Build a fully dynamic game board
- Find out how to create elements on a web page with JavaScript
- Create and build question screen using JavaScript
- Implement logic to check correct answers in the game
- Add scoring system in the game
- Track test questions and update scoring with comma-separated values (CSV) file
Who this book is for
If you are a JavaScript programmer, software engineer, or a web developer, who is interested in building interactive games using the concepts of JavaScript, this video course is for you. Prior knowledge of programming, HTML, CSS, and JavaScript is required to get started with this course.