- 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.
推薦閱讀
- C語言程序設計案例教程
- 玩轉Scratch少兒趣味編程
- Dynamics 365 Application Development
- 算法精粹:經典計算機科學問題的Java實現(xiàn)
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構與實現(xiàn)
- Hands-On RESTful Web Services with Go
- PostgreSQL Replication(Second Edition)
- HDInsight Essentials(Second Edition)
- 微信小程序入門指南
- Unity 2017 Mobile Game Development
- RESTful Web Clients:基于超媒體的可復用客戶端
- Mastering Elixir
- C++ System Programming Cookbook
- Spring Web Services 2 Cookbook
- Swift iOS Programming for Kids