100 JavaScript Games & Projects is a hands-on, project-driven guide for learning modern JavaScript by building real systems instead of memorizing syntax.
This book takes a fundamentally different approach to learning JavaScript. Rather than focusing on isolated concepts or short code snippets, it walks you through 100 complete, working JavaScript games and projects, each designed to teach how real software systems are built, structured, and maintained.
Every project runs directly in the browser using modern vanilla JavaScript, HTML, and CSS. No frameworks are required. This ensures you understand exactly how JavaScript works under the hood and how real applications function before introducing abstractions.
The goal of this book is not to teach you how to copy code. The goal is to teach you how to think like a JavaScript developer.
What You Will LearnBy building 100 progressively structured projects, you will learn how to:
Design state-driven applications that stay predictable and easy to debug
Build game loops, schedulers, and time-based systems
Implement validation rules, decision logic, and progression systems
Separate input handling, business logic, and rendering cleanly
Create interactive user interfaces without relying on frameworks
Debug performance using profiling and visualization techniques
Structure scalable JavaScript code using clear architectural patterns
Convert games into real-world applications and portfolio projects
Each project focuses on systems, not gimmicks. Games are used because they make logic visible, interactive, and impossible to fake.
From Games to Real ApplicationsThe projects in this book are intentionally designed to map directly to real software problems.
Scoring systems become validation engines.
Game rules become business logic.
Timers become schedulers and background jobs.
Levels become workflows.
Animations become UI state transitions.
Dedicated appendices show you how to convert the games into practical applications such as dashboards, workflow tools, editors, validation systems, schedulers, and internal business tools. You will also find reusable JavaScript code patterns that can be lifted directly from the projects and applied to real applications.
The final chapter, Game 101, is a full capstone project that integrates everything you have learned into a complete, modular JavaScript system that mirrors how professional applications are built.
Full Source Code and Live Demos IncludedAll 100 projects, plus the Game 101 capstone, are included as runnable source code.
The complete source code repository is available on GitHub, and live versions of every project are hosted online so you can play, inspect, and modify the code directly in your browser.
You are encouraged to experiment, break things, rebuild systems, and make the projects your own.
Who This Book Is ForThis book is ideal for:
JavaScript beginners who want real confidence
Self-taught developers stuck in tutorial loops
Front-end developers who want deeper understanding
Students building serious portfolio projects
Professionals refreshing core JavaScript skills
No prior framework experience is required. By the end of the book, frameworks will make sense because you understand the systems they are built on.
About the AuthorLaurence Lars Svekis is a developer, educator, and author who has taught over 2,000,000 students worldwide. His teaching philosophy focuses on learning through building real systems and understanding why code works, not just how to write it.
If you want to master JavaScript by building real systems, developing architectural thinking, and creating portfolio-ready projects, 100 JavaScript Games & Projects provides a clear, practical, and deeply effective path forward.