- 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.
推薦閱讀
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開(kāi)發(fā)
- DevOps入門(mén)與實(shí)踐
- Java從入門(mén)到精通(第5版)
- C語(yǔ)言最佳實(shí)踐
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- Mastering KnockoutJS
- QTP自動(dòng)化測(cè)試進(jìn)階
- PLC編程與調(diào)試技術(shù)(松下系列)
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開(kāi)發(fā)實(shí)戰(zhàn)
- Python:Deeper Insights into Machine Learning
- iOS開(kāi)發(fā)項(xiàng)目化入門(mén)教程
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- 游戲設(shè)計(jì)的底層邏輯
- Apache Kafka 1.0 Cookbook