Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Voltorb Flip Solver

A small helper tool for the Voltorb Flip minigame (from Pokémon HeartGold/SoulSilver). This app provides probability-based suggestions to help you avoid Voltorbs and find multipliers more efficiently. Keep in mind that Voltorb Flip is a game of chance, so even a 99% suggestion may sometimes lead to failure.

📦 Requirements

  • Python 3.8 or higher
  • Works on Windows (can be adapted for macOS/Linux)

🚀 Features

  • Input row and column totals (points and Voltorbs)
  • Right-click grid cells to mark revealed values
  • Suggests:
    • Safe cells (green)
    • Dangerous cells (red ☠)
    • Probable cells with color-coded % and ranking
  • Visual probability gradient
  • Fully interactive and simple Tkinter GUI
  • No external dependencies

💻 Installation

  1. Clone the repository:

  2. (Optional) Create and activate a virtual environment:

python -m venv venv
venv\Scripts\activate    # On Windows
  1. Install the dependencies (Tkinter is usually pre-installed):

  2. Run the application:

python voltorb_flip.py

🧪 How To Use

  • Input the total points and Voltorbs for each row and column
  • Click “Calculate Solution” to:
    • Highlight safe cells (green ♥)
    • Flag unsafe cells (red ☠)
    • Display probabilities for the rest
  • The color gradient reflects likelyhood of safe picks
  • Right-click on revealed cells to recalculate safe pick odds

📁 Executable Version (No Python Needed)

You can download a standalone .exe version if you don’t want to install Python: 👉 Download from Releases.

About

Another voltorb flip solver

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages