- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第二版)
- Progressive Web Apps with React
- 自己動手寫搜索引擎
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Angular開發(fā)入門與實(shí)戰(zhàn)
- 第一行代碼 C語言(視頻講解版)
- Hands-On Neural Network Programming with C#
- Python一行流:像專家一樣寫代碼
- Python預(yù)測分析實(shí)戰(zhàn)
- Flink核心技術(shù):源碼剖析與特性開發(fā)
- 例解Python:Python編程快速入門踐行指南
- Getting Started with JUCE
- 青少年P(guān)ython趣味編程