- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Makzan
- 113字
- 2021-07-16 14:10:01
Summary
In this chapter, you learned about using different new properties of CSS3 to create games.
Specifically, we covered how you can build a card game that is based on CSS3 styles and animation. You learned how to transform and animate the game object by using the transition module. We can flip a card back and forth with perspective depth illusion. We also embedded web fonts from an online font delivery service.
Now that you've learned about creating DOM-based HTML5 games with the help of CSS3 features, we are going to explore another approach—using the new canvas
tag and the drawing API—to create HTML5 games in the next chapter.
推薦閱讀
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- 深入淺出Java虛擬機(jī):JVM原理與實戰(zhàn)
- 實戰(zhàn)低代碼
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 秒懂設(shè)計模式
- Mastering Python High Performance
- 軟件項目管理實用教程
- C#程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- SharePoint Development with the SharePoint Framework
- SQL Server從入門到精通(第3版)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Microsoft Azure Storage Essentials
- Python程序設(shè)計開發(fā)寶典
- Data Science Algorithms in a Week
- Python Deep Learning