Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistzsoftware/warframe-riven-roll-calculator
Calculator to know the cost in kuva based on the number of rolls
https://github.com/mistzsoftware/warframe-riven-roll-calculator
Last synced: 28 days ago
JSON representation
Calculator to know the cost in kuva based on the number of rolls
- Host: GitHub
- URL: https://github.com/mistzsoftware/warframe-riven-roll-calculator
- Owner: MistzSoftware
- License: mit
- Created: 2024-03-03T14:25:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T12:44:14.000Z (11 months ago)
- Last Synced: 2024-11-05T10:45:04.780Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warframe Riven Roll Calculator
Calculator to know the cost in kuva based on the number of rolls of a riven mod, in the game Warframe## Description
This project is a simple tool made in C++ to help you to know the total cost in kuva based on it number of rolls.
Basically, it's not very usefull but I wanted to know the cost in kuva of a riven mod with 268 rolls by curiosity and I decided to create this tool.## Getting Started
### Dependencies
You need [GCC](https://gcc.gnu.org/install/) to compile this program.
### Installing
1. Clone the repository
2. Compile the program### Executing program
1. Double click on the program
2. Follow the menu's instructions## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details