Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wciesialka/tpr-pseudo-rando-bug-plando

Generate the settings for a random "bug plando" for Twilight Princess Randomizer
https://github.com/wciesialka/tpr-pseudo-rando-bug-plando

Last synced: about 9 hours ago
JSON representation

Generate the settings for a random "bug plando" for Twilight Princess Randomizer

Awesome Lists containing this project

README

        

# tpr-pseudo-rando-bug-plando
Generate the settings for a random "bug plando" for [Twilight Princess Randomizer](https://tprandomizer.com/)

Basically: If you've ever wanted a Twilight Princess Randomizer run where progression
items (Clawshot, Sword, etc.) are locked behind Agatha, this script is for you!
It will generate a list of randomly assigned bug-item pairings for Agatha.

## Getting Started

It is recommended you do this under a [Virtual Environment](https://docs.python.org/3.10/library/venv.html#module-venv)!

### Requirements

- Python >=3.10
- Other requirements listed under [requirements.txt](requirements.txt) and can
be [installed with `pip`](https://docs.python.org/3.10/installing/index.html).

### Installation

Using [`pip`](https://docs.python.org/3.10/installing/index.html), run `pip install .`
in the repo directory.

### Running

After installing, run `tprbugplando` or `python3 -m tprbugplando`.

## Authors

- Willow Ciesialka

## Thanks To

Special thanks to the Thanks to the TP Randomizer team!
Visit [TP Randomizer](https://tprandomizer.com/) at [https://tprandomizer.com/](https://tprandomizer.com/).

## License

This project is licensed under GNU GENERAL PUBLIC LICENSE V3. For more information,
see [LICENSE](LICENSE).