Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 310 Bytes

File metadata and controls

17 lines (12 loc) · 310 Bytes

Cheat Machine For Lansiny Engine

Lansiny Engine 魔塔

# 转换地图
yarn start convertMap

# 查看地图
yarn start inspectMap "[10,11,12,13]"

# 生成游戏
yarn start buildGame Game01 --map "[10,11,12,13]" --initial "(11,0,6)" --target "(13,12,6)"

# 计算策略
yarn start run Game01