A script that calculates a rebirth amount to determine the earned experience from punching rock in Muscle Legends, a Roblox game, and displays the result.
- Simple, and easy to use.
- Lightweight, and optimized for performance.
- Uses an accurate formula to calculate experience:
Experience = (<number> rebirth_amount + 20) × <number> rock_value
- Calculates a rebirth amount based on the latest rocks, such as the Ancient Jungle rock, Muscle King rock, etc.
Before installing the Exp Calculator, ensure Clang is installed. If not, install it first. After installing Clang, open the command line and run the following command to clone and head in the Exp Calculator GitHub repository:
git clone https://github.com/mcantcode/Exp-Calculator && cd Exp-Calculator
Compile the Exp Calculator using Clang with this command:
clang++ calculate.cpp -o calculate
After compiling, configure and run the program with:
./calculate [OPTION] <number>
Once the program is configured and executed, the results will be displayed.
Option | Description |
---|---|
-r |
Specify the amount of rebirths. |
--rebirths |
Same as -r , but more descriptive. |
./calculate -r 280
./calculate --rebirths 580
This project is licensed under the MIT License. See the LICENSE
file for more details.