- HTML5 Game Development HOTSHOT
- Makzan
- 262字
- 2021-12-08 12:42:47
Mission briefing
This is a fighting game between a player and the computer, using battle cards.
Technically, the game contains four cards; three for the player to choose and one for the opponent. On each card, there is a random number representing the power. The battle begins by comparing the cards of both the player and the opponent. The difference between the power values acts as damage to the weaker side. The game is over when either side dies with no more health points left. You may visit http://makzan.net/html5-games/card-battle/ to play the example game in order to have better understanding on what we will build throughout this project.
The following is a screenshot showing the battle in the middle of the fight:

Why is it awesome?
This game showcases how we can put CSS3 transition and animation together to create different effects, including sliding and 3D flipping. The animation-sequence script shows us how we can stack the animation one-by-one. After creating this game, we can use a similar approach to create most of the animation sequences for game objects.
Your Hotshot objectives
We are going to divide our mission into eight objectives, shown as follows:
- Creating the game scenes
- Creating a 3D card-flipping effect
- Selecting a card
- Adding a power value to the cards
- Creating the opponent's card
- Building the battle animation
- Adding health points to the game
- Restarting the game for the next round of the battle
Mission checklist
We have a very similar project in Project 1, Building a CSS Quest Game, with similar HTML layout and scenes management logic.
- 繪制進程圖:可視化D++語言(第1冊)
- Word 2003、Excel 2003、PowerPoint 2003上機指導與練習
- 三菱FX3U/5U PLC從入門到精通
- 工業(yè)機器人入門實用教程(KUKA機器人)
- 網(wǎng)絡布線與小型局域網(wǎng)搭建
- Hands-On Data Warehousing with Azure Data Factory
- Photoshop CS5圖像處理入門、進階與提高
- Learning ServiceNow
- Windows安全指南
- 工業(yè)機器人入門實用教程
- 運動控制系統(tǒng)(第2版)
- 從零開始學ASP.NET
- Learning iOS 8 for Enterprise
- 開放自動化系統(tǒng)應用與實戰(zhàn):基于標準建模語言IEC 61499
- Flink內(nèi)核原理與實現(xiàn)