23.1.1 • Published 9 months ago

ausfll-score-calculator v23.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ausfll-score-calculator

FIRST LEGO League score calculator by the Australian Head Referee

To install:

    npm install --save ausfll-score-calculator

    # or

    yarn add ausfll-score-calculator

Usage

I haven't had time to sort out imports properly yet, so they're a little clunky.

The main things to import are the games themselves:

import Games from "ausfll-score-calculator";

const Game = Games.SuperPowered;

Game.validate(/*...*/);
Game.score(/*...*/);

validate and score require a complete list of ScoreAnswer. The best way to make sure this is complete is to convert Game.scores: Score[] to ScoreAnswer by adding an answer.

See examples/ScoreCalculator.tsx for an example of this.

23.1.1

9 months ago

23.1.0

9 months ago

23.0.7

11 months ago

23.0.4

11 months ago

23.0.3

11 months ago

23.0.6

11 months ago

23.0.5

11 months ago

23.0.0

11 months ago

23.0.2

11 months ago

23.0.1

11 months ago

2.0.0

11 months ago

22.0.5

2 years ago

22.0.4

2 years ago

22.0.3

2 years ago

22.0.2

2 years ago

22.0.1

2 years ago

22.0.0

2 years ago