Hey everyone,
I released my “Learn JavaScript using Game Programming” book on Amazon. If you have Kindle unlimited, it’s free to read, and I get paid by the number of pages read.
If you’re interested in learning programming, or game development, it should be useful to you.
The book goes through:
• Setting up your development environment, and setting up a HTML + JavaScript main file.
• Grabbing HTML elements from JavaScript and manipulating them
• Using canvas to draw out the 2d game
• Overview of programming concepts, such as variable types, functions, classes and objects
• Game programming concepts such as drawing in 2d, game loops, getting player inputs, 2d animation, and more
Give it a read and let me know what you think!