Chapter 10. Deploying HTML5 Games
We have created several HTML5 games throughout the book. In this chapter, we discuss several approaches through which we can deploy our games to let others play them.
In this chapter, you will learn the following topics:
- Deploying the game to a web page.
- Deploying the game as a mobile web app.
- Wrapping the game into an OS X app.
- Deploying the game to the App Store.
There are different channels to deploy HTML5 games. We can put the game online in a normal web page or deploy it as a mobile web app. Otherwise, we can deploy the game on the Chrome Web Store. For native app stores, we have different app store options according to the types of the games. We choose desktop or mobile app stores to deploy our games. For desktop games, we can deploy the game to the Mac App Store or Windows Store. For games for mobile devices, we can deploy them to the iOS app store and Android app stores.
The most direct approach to deploy HTML5 games to app stores is by using...