Название: Coding for Kids: Learn javascript: Build the Room Adventure Game (Volume 1)
Автор: Stephen J Wolf
Издательство: Stephen J. Wolf
Серия: Coding for Kids (Book 1)
ISBN: 0996984690
Год: 2018
Страниц: 358
Язык: английский
Формат: pdf (true)
Размер: 15.3 MB
Learn javascript. javascript is the brains behind the internet, updating websites, running games, and so much more. This book teaches you the basics of coding in javascript by creating The Room Adventure.
The game starts as a text-based adventure, going from room to room in a house you create. You find items and use them to fix broken things in other rooms. Once the game structure is set, you can convert your game into HTML, adding colors, images, and you can travel through your house using buttons instead of typing! You can easily share your creations with friends and family! The focus of the book is to teach you standard coding concepts that stretch to any programming language. So even if you switch to another language later, the lessons you learn in this book will benefit you. We talk about about proper syntax for javascript, variable types, computer decision-making, loops, functions, and so much more.