- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Makzan
- 131字
- 2021-07-16 14:09:55
What we are going to create in this book
In the following chapters, we are going to build six games. We are going to first create a DOM-based Ping Pong game that can be played by two players in the same machine. Then, we will create a memory matching game with CSS3 animation. Next, we will use Canvas to create an Untangle puzzle game. Later, we will build a music game with audio elements. Then, we will create a multiplayer draw and guess game with WebSocket. Lastly, we will use the Box2D JavaScript port to create a prototype of a physics car game. The following screenshot shows the memory matching game that we will build in Chapter 3, Building a Card-matching Game in CSS3. You can play the game at http://makzan.net/html5-games/card-matching/.

推薦閱讀
- Practical Data Science Cookbook(Second Edition)
- 游戲程序設計教程
- 老“碼”識途
- 零基礎入門學習Python
- Rust Essentials(Second Edition)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- jQuery炫酷應用實例集錦
- Bootstrap 4 Cookbook
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Instant PHP Web Scraping
- 快速入門與進階:Creo 4·0全實例精講
- 零基礎C#學習筆記
- 用Python動手學統計學
- Mastering Data Analysis with R
- Build Your Own PaaS with Docker