HTML5 Game Development Hotshot

I scored this a 4 / 5

HTML5 game development isn’t something that I have never spent any time doing, but I love the idea of using web technologies to do more than just create webpages so I was keen to get reading HTML5 Game Development Hotshot by Makzan.

The book, rich in code samples is a good read, it follows Packt’s normal style of writing hotshot books which is to treat each chapter as a mission in which you have a prep stage, a functional stage and a explanation stage.

I followed through most of the examples and found them easy to follow and I felt the projects were fun enough to keep things interesting and progressed in such a way so as not to be intimidating.

If you want to learn more about HTML5 game development I recommend this book.

HTML5 Game Development Hotshot

Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?