- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Makzan
- 115字
- 2021-07-16 14:09:59
Chapter 3. Building a Card-matching Game in CSS3
CSS3 introduces many exciting features. In this chapter, we will explore and use some of them to create a card-matching game. CSS3 styles how the game objects look and animate, while the jQuery library helps us to define the game logic.
In this chapter, we will:
- Transform a playing card with animation
- Flip a playing card with new CSS3 properties
- Create the whole memory matching game
- Embed a custom web font to our game
You can try the card-matching game at the following URL to have a glimpse of what we are going to achieve in this chapter:
http://makzan.net/html5-games/card-matching/
So, let's get on with it.
推薦閱讀
- Oracle從新手到高手
- 深度學習經典案例解析:基于MATLAB
- Arduino by Example
- CentOS 7 Server Deployment Cookbook
- Oracle數據庫從入門到運維實戰
- Learning Data Mining with R
- 大學計算機基礎實驗指導
- Windows內核編程
- Learning Unreal Engine Android Game Development
- C語言程序設計
- Test-Driven JavaScript Development
- HTML5移動Web開發
- Mastering Leap Motion
- Modern R Programming Cookbook
- D Cookbook