Skip to content

A collection of functional game utility functions built on top of Ramda

Notifications You must be signed in to change notification settings

rmkubik/functional-game-utils

Repository files navigation

functional-game-utils

This library is a collection of functional utilities that are useful for JavaScript game development.

Installation

npm install functional-game-utils

Documentation

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

Development

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

  1. Update the package.json version
  2. Run npm publish

About

A collection of functional game utility functions built on top of Ramda

Resources

Stars

Watchers

Forks

Packages

No packages published