-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.html
More file actions
22 lines (15 loc) · 1.89 KB
/
book.html
File metadata and controls
22 lines (15 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: About
---
<h2>Introducing HTML5 Game Dev</h2>
<p>I recently wrote Introducing HTML5 Game Development: Developing Games with Impact for O’Reilly Media. The book is available <a href="http://www.amazon.com/Introducing-HTML5-Development-Jesse-Freeman/dp/1449315178">here</a>. About the book:</p>
<img style="float:left; margin: 10px 16px 0 0;" src="/images/html5_book.png"/><p>Impact JS is a powerful and easy to pick up JavaScript game framework that can help you develop HTML5 games in very little time. Thanks to the adoption of HTML5 in modern desktop and mobile browsers, JavaScript is quickly becoming one of the easiest languages with which to develop games. Whether you want to deploy it to Web, desktop or mobile, Impact JS offers some great solutions for creating and distributing your game as well as the tools you will need to get started. In this book we cover some basic concepts of game development, how to manage your game’s asset pipeline, techniques for creating highly optimized game logic and some of the most commonly used HTML5 game development techniques out there. By the time you finish the book, you will have a solid foundation of ow to make a game with ImpactJS. While this book offers an overview to HTML5 game development with Impact JS, the knowledge contained in here is key to any aspiring HTML5 game developer.</p>
<p>What people are saying about the book:</p>
<blockquote>"The book is really good at getting game developers up and running with HTML5 and ImpactJS."
<caption>- Elbert</caption></blockquote>
<blockquote>"From this book you will learn from the best, so go ahead and let's see what you can make."
<caption>- Noah Seidman</caption></blockquote>
</blockquote>"Overall, I found the content in the book to be well organized, informative, helpful, and written in a compelling voice.""
<caption>- Leslie Harback</caption></blockquote>
{% include footer.html %}