創造你的層塔
WarriorJS層塔是一個單一匯出的常規JavaScript模組:
module.exports = {
// Tower definition.
};
讓我們為層塔定義名字及寫上一個簡單描述:
module.exports = {
name: 'Game of Thrones',
description:
'There is only one war that matters: the Great War. And it is here.',
};
好!但層塔還沒有樓層給人去爬,讓我們為層塔加上一些樓層吧!