Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/rpgparameter
A parameter definition utility for Hack & Slash games
https://github.com/kjirou/rpgparameter
Last synced: 12 days ago
JSON representation
A parameter definition utility for Hack & Slash games
- Host: GitHub
- URL: https://github.com/kjirou/rpgparameter
- Owner: kjirou
- License: mit
- Created: 2015-04-14T09:09:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T10:52:31.000Z (about 3 years ago)
- Last Synced: 2024-03-19T20:04:01.303Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpgparameter
[![npm version](https://badge.fury.io/js/rpgparameter.svg)](http://badge.fury.io/js/rpgparameter)
[![Build Status](https://travis-ci.org/kjirou/rpgparameter.svg?branch=master)](https://travis-ci.org/kjirou/rpgparameter)A parameter definition utility for Hack & Slash games.
## Installation
```bash
npm install rpgparameter
```Or, you can use in browser through [browserify](https://github.com/substack/node-browserify) or [webpack](https://github.com/webpack).
## Usage
Show [examples](examples).