HTML5 Games Development by Example: Beginner's Guide and over 1.5 million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £2.40 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading HTML5 Games Development by Example: Beginner's Guide on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

HTML5 Games Development by Example: Beginner's Guide [Paperback]

Makzan
4.0 out of 5 stars  See all reviews (3 customer reviews)
Price: £27.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon. Gift-wrap available.
Want it Thursday, 20 June? Choose Express delivery at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition £12.95  
Paperback £27.99  
Trade In this Item for up to £2.40
Trade in HTML5 Games Development by Example: Beginner's Guide for an Amazon.co.uk gift card of up to £2.40, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Card, when you trade-in at least £10 worth of books. Learn more

Book Description

25 Aug 2011 1849691266 978-1849691260
HTML5 promises to be the hot new platform for online games. HTML5 games work on computers, smartphones, and tablets – including iPhones and iPads. Be one of the first developers to build HTML5 games today and be ready for tomorrow!

The book will show you how to use latest HTML5 and CSS3 web standards to build card games, drawing games, physics games and even multiplayer games over the network. With the book you will build 6 example games with clear step-by-step tutorials.

HTML5, CSS3 and related JavaScript API is the latest hot topic in Web. These standards bring us the new game market, HTML5 Games. With the new power from them, we can design games with HTML5 elements, CSS3 properties and JavaScript to play in browsers.

The book divides into 9 chapters with each one focusing on one topic. We will create 6 games in the book and specifically learn how we draw game objects, animate them, adding audio, connecting players and building physics game with Box2D physics engine.


What you will learn from this book :
Start nice and simple: build a traditional Ping Pong game with two players playing in one computer.
Create a CSS3-driven card game with transform and 3D flipping effects.
Use the Canvas with multiple layers and the Drawing API to create a string untangle game
Frame-by-frame animation with sprite sheets
Create HTML5 game audio, and build a piano-based musical game
Store game data persistently using local storage.
Building real-time network multiplayer games
Adding physics to your canvas games using the Box2D physics engine.

Approach
Step-by-step example-driven tutorials to create several games from scratch. Each game comes with a specific learning topic in HTML5 or CSS3.


Who this book is written for
This book is for web designers or game developers who want to build browser games with HTML5 and CSS3. You’ll need some background with web development or other programming but no game development experience is necessary.

Frequently Bought Together

HTML5 Games Development by Example: Beginner's Guide + Learning HTML5 Game Programming: A Hands-on Guide to Building Online Games Using Canvas, SVG, and WebGL: Build Online Games with Canvas, SVG, and WebGL + HTML5 Games: Creating Fun with HTML5, CSS3 and WebGL
Price For All Three: £61.89

Buy the selected items together


Product details

  • Paperback: 352 pages
  • Publisher: PACKT PUBLISHING (25 Aug 2011)
  • Language: English
  • ISBN-10: 1849691266
  • ISBN-13: 978-1849691260
  • Product Dimensions: 19.1 x 1.8 x 23.5 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 580,439 in Books (See Top 100 in Books)

Product Description

About the Author

Makzan


Makzan is the founder of 42games limited. He started designing games since he was a child. He likes to see how the well-designed interactions in his games can trigger the emotions and influent the players. He believes the games should let player shares joyful time with friends. Therefore his favorite game type is multiplayer casual games.


Makzan also wrote a book named Flash Multiplayer Virtual World. It is about developing a virtual world to play with friends in real time with Adobe Flash and socket server.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Back Cover
Search inside this book:


Customer Reviews

5 star
0
3 star
0
2 star
0
1 star
0
4.0 out of 5 stars
4.0 out of 5 stars
Most Helpful Customer Reviews
2 of 2 people found the following review helpful
4.0 out of 5 stars Good book 12 Nov 2011
Format:Paperback
HTML5 Games Development by Example: Beginner's Guide by Makzan is as title suggest is intended for beginners. Unfortunately I'm not sure if it's true. Content is really good and I liked it, but there are many, many errors in code in listings, so I think that I had problem with almost every example.
Don't get me wrong, this was mostly simple errors, and source code that I downloaded from PacktPub website was working but bad taste still exists. The worst one was first, I search for my own typo and finally find that variables has two names. It looks like in book is a mix of code from before and after refactoring. Bugs was easy and all looks similar, they was just annoying.

Tips for other readers:
Download source code
Keep in mind that code in book has bugs
Keep internet connection on (some images and WebFonts to download)

I recommend this book, for me it was good reading and fun to create games prototypes. Bugs are annoying but are easy to fix so this not as bad as You may think.

I can recommend this book especially to developers that want to start learning about Games in HTML5 (beginners), person who already created his own game engine in JS probably would not be interested.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
4.0 out of 5 stars A book worth reading ! 20 Nov 2011
Format:Kindle Edition
HTML5 Games Development by Example allow the reader to dive into games development concepts. You need basic understanding of Web Technology to read it (HTML5, CSS3, Javascript) but the author doesn't assume the reader is a ninja in these technologies.

Markzan starts by giving new features provided by HTML5, thus allowing the user to have a better understanding of what's possible with this language.
From the Canvas element to local storage, the reader learns the tricks to develop a good HTML5 Game.

Best practices are also taught and the reader will definitely learn things by going through this book.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
4.0 out of 5 stars Learning HTML5 by Writing Games 17 Nov 2011
Format:Paperback
The book consists of introduction to HTML5 technology and its usage in game development area. The book contains six complete game examples. The games are simple enough to understand and recreate, but are feature complete and working. The examples are picked to demonstrate different HTML5 features (CSS3, Canvas, Audio, LocalStorage and WebSockets). The material is based on JQuery library usage and explains its basics as well. Typical game programming approaches like event loops, layered rendering and impact collisions are covered.

Be warned that this is not an introduction to HTML, CSS and JavaScript. Although the author makes sure to explain what is happening in the code it is advisable to learn Web technologies basics before starting reading this book. HTML5, JQuery and CSS3 topics are covered from the very introductory level however, so you should not have any experience with that. Since the technology is moving forward very fast, some of the material is a bit out of date, but the author makes sure to warn the reader about the possible API and compatibility changes and provides external links for the reader to investigate by himself.

Because the examples in the book are not hardcore, the book could be used as an introductory HTML5 material even for those who are not going to write computer games. The game examples just make the learning process more fun and inspirational.

I would recommend this book to anyone interested in learning HTML5 features just before those will get mainstream. This is a great introductory material, which you could use as a starting point to your HTML5 experience. The game examples make this book entertaining to read.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges