完全使用 Html + JavaScript
使用了 node.js 開發的多人遊戲
幾乎完整的任務呈現,包含紅色警戒幾個經典任務
必須使用支援 Html5 的瀏覽器,如 Google Chrome 或 Firefox 等。
具作者說明,此遊戲涵蓋了以下事情:
1. Using images to recreate the sidebar and game interface.
2. Using mouse input for unit selection, panning, attacking and user input
3. Using images as sprites for unit and building animation, and using sprite sheets for better performance
4. A lot more sounds for units and buildings
5. Using a finite state machine for handling unit commands, movement, attacking etc.
6. Using path finding (A*) to navigate around obstructions like buildings, mountains and trees
7. Using hidden canvas’s for things like fog of war and image manipulation