Skip to content

A CLI application that calculates ingredients needed to craft items in Rust

Notifications You must be signed in to change notification settings

imak101/rustgame_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rustgame_calculator

rustgame_calculator is a simple command-line application that can, at this time, calculate ingredient amounts required to craft X amount of items for the video game Rust. Another method that is available with the application calculates what all can be crafted with the provided input. At this time, the application outputs the result in the form of a tree with the base item as the root node.

Sample of "ingredients needed for..." method

Sample of "what can I make with..." method

Usage

  1. Clone this repository.
git clone https://github.com/imak101/rustgame_calculator.git
  1. Enter the source directory.
cd src
  1. Run the application with python3. Use -h to see options.
python3 rustgame_calculator.py -h

Todo

  • Add a GUI
  • Add options menu
  • Add more recipes
  • Add crafting time estimation
  • Add raid calculator

About

A CLI application that calculates ingredients needed to craft items in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages