This library is a collection of functional utilities that are useful for JavaScript game development.
npm install functional-game-utils
Functional Game Utils is built on top of ramda.js, a functional JavaScript library. Ramda and Ramda-Adjunct are both peer dependencies of this project.
Learn More About Functional Game Utils
To run this package's test suite once:
npm test
To run this package's test suite as you develop:
npm test -- --watch
To publish the latest version to NPM
- Update the package.json version
- Run
npm publish