Skip to content

khaptonstall/ACFTCalculator

Repository files navigation

ACFTCalculator

codecov

ACFTCalculator is a tool, written in Swift, for calculating Army Combat Fitness Test scores.

🚧 ⚠️ This project is an active work-in-progress and is not yet considered "feature complete" to enable calculating points for every ACFT event. ⚠️ 🚧

Installation

Swift Package Manager

Swift Package Manager is built into the Swift toolchain and is the preferred way of integrating.

For Swift package projects, simply add the following line to your Package.swift file in the dependencies section:

dependencies: [
  .package(url: "https://github.com/khaptonstall/ACFTCalculator", .upToNextMajor(from: "<version>")),
]

For app projects, simply follow the Apple documentation on adding package dependencies to your app.

Usage

TODO

Resources

For more information on the Army Combat Fitness Test and individual events, see https://www.army.mil/acft/

The source used to calculate points for each ACFT event can be found at https://www.army.mil/e2/downloads/rv7/acft/acft_scoring_standards.pdf

About

A Swift Army Combat Fitness Test Calculator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published