/squadmc

Chinese version Map-based mortar calculator for Squad

Primary LanguageVueMIT LicenseMIT

SquadMC - Squad基于地图的迫击炮计算器

SquadMC 是基于地图的迫击炮高程和方位角计算器 Squad.

IPhone 5 Screenshot

链接

特点

  • 使用高度图和迫击炮弹弹道功能,高度精确的仰角和方位角计算
  • 针对移动设备进行了优化
  • 快速放置和拖动迫击炮、目标以及FOB标记
  • 支持多个迫击炮,目标和FOB标记,并允许在它们之间进行切换
  • 最大 & 最小迫击炮范围标识
  • 最大构建范围和到下一个FOB的最小距离
  • 网格(可切换)
  • 坐标计算
  • 位置显示(可切换)
  • 高度图(可切换)

installation

Installation Prerequisites

  • you need a recent NodeJS version installed on your machine. Get it here.
  • install yarn for a faster installation:
    npm install -g yarn
    

Cloning repository & installing dependencies

git clone https://github.com/MrSeven590/squadmc.git
cd squadmc
yarn install

Running development mode

For development mode with hot-reload, execute:

yarn run serve

Building production version

For an optimized build ready for deployment, execute:

yarn run build

The build will be contained in the /dist folder.

Contributors

Attributions