mulhoon / score.js

Scoring, levels, checkpoints and badges in Javascript - Instant gamification
http://mulhoon.github.io/score.js/
185 stars 23 forks source link

Publish NPM package #6

Open lulunac27a opened 2 weeks ago

lulunac27a commented 2 weeks ago

I would like to use this project in a Node.js package with version tracking like changes in new version and a feature to save user data permanently to local project.

mulhoon commented 2 weeks ago

You can find it here: https://www.npmjs.com/package/score-js Is that what you need?

lulunac27a commented 2 weeks ago

The NPM package needs a new version because this package made some changes like adding multipliers for the increment and decrement functions since the last version released over 9 years ago.