TheComet / ssbu-uair-bridges

Interactive program that calculates the first 4 hits of weak uair in a full bridge combo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Up-Air Bridges Calculator

This is a small interactive program that calculates the frame data of the first 5 up-airs in Pikachu's full up-air combo.

To run it, first set up a virtualenv and install pygame:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements

Then you can run it:

python3 bridges.py

About

Interactive program that calculates the first 4 hits of weak uair in a full bridge combo


Languages

Language:Python 100.0%