Analyzes Melee gameplay and extracts game information from video
Guess what moves a player has done by storing a collection of moves with their damage ranges, including their ability to stale.
Can some information be learned from the games sound and music. Stage selected, moves being used, type of KO.
Find "Go!" and "Game!" splashes, or assume start of game is 08:00 00 and that the end is when several frames have passed and the timer stayed the same value.
Make sure the crops are good, damages with 1 need to be fixed for sure
- Run program and get all guesses in a folder
- Move incorrect guesses to their proper folder
- Now we have folders that correctly identify their contents.
- Run each file through the similarity function to determine how closely it matches the options.
sqlite python Have the program load all precomputed data from the database. This should improve startup time, and reduce disk requirements. All programs can load from the same database as well to stay in sync.