Skip to content
halida edited this page Dec 12, 2012 · 8 revisions

整个游戏流程如下:

  1. 下载 示例代码 到本地
  2. 修改一下内容:
    def main():
        player_nickname = 'tutorial' #这里填写你的ai名称
        language = 'python' #这里填写你的语言(python or ruby)
    
  3. 修改 step函数内容
  4. 运行
  5. 这里是数据文档
  6. 这里是运行教程
Clone this wiki locally