Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rp4rk/ramp-simulator
A small ramp simulator with an interface for Discipline Priests.
https://github.com/rp4rk/ramp-simulator
hacktoberfest hacktoberfest2022
Last synced: 14 days ago
JSON representation
A small ramp simulator with an interface for Discipline Priests.
- Host: GitHub
- URL: https://github.com/rp4rk/ramp-simulator
- Owner: rp4rk
- Created: 2021-06-07T21:20:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T10:04:18.000Z (about 2 years ago)
- Last Synced: 2024-12-06T22:20:19.357Z (16 days ago)
- Topics: hacktoberfest, hacktoberfest2022
- Language: TypeScript
- Homepage: https://ramp.focusedwill.com/
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ramp Simulator
An interface for _simulating_ specific sequences of spells, the aim is to provide an easy way to consider various
complex spell combinations that are otherwise very arduous to plot and calculate. With the Ramp Simulator you can
consider the same sequence of spells with different legendaries, covenants, statistics, or with minor variations in
priority.## Installation
- Clone the repository
- Run `yarn` to install dependencies
- Run `yarn start` to start the interface## Running Tests
Currently the library doesn't have a huge amount of coverage, however if you wish to run the test suit it's as easy as
running `yarn run test`.