Install
首先从 npm 中全局安装 WarriorJS开始 。
打开命令行并运行:
npm install --global @warriorjs/cli
重要: 在运行
npm
命令之前需要把Node. js 版本 >= 8 安装在您的计算机上 。 推荐的安装方法是通过 官方安装程序来安装。
游戏安装完成后,你可以在终端运行warriorjs
命令启动游戏。
warriorjs
That's it! This will guide you through the creation of your warrior. Give your warrior a proper name and choose the "Baby Steps" tower.
完成该操作后, 您应该具有以下文件结构 (我们决定在Eddard Stark勋爵的私生子之后命名我们的勇士):
warriorjs
└── jon-snow-baby-steps
├── Player.js
└── README.md
jon-snow-baby-steps
is your profile's directory.Player. js
是您的战士的大脑, 您将经常编辑此文件。README.md
包含当前级别的使用说明。
继续打开 README.md
以查看第一级别的说明。