solution-finder

solution-finder is a command-line tool for searching piece operations and calculating probabilities under specified conditions in Tetris. It can perform calculations under complex conditions by combining commands.

List of Commands

  • percent : Calculate the probability of getting a perfect clear from a specified field.

  • path : Output all the operations for a perfect clear from a specified field.

  • setup : Outputs all the operations to fill according to a specified form.

  • ren : Output all the operations to continue REN(COMBO) from a specified field.

  • spin : Output all the operations that can be T-spin from a specified field.

  • cover : Calculate the coverage of piece sequences for specified operations.

  • util fig : Generate images based on the fumen.

  • util fumen : Convert the input fumens and output new fumens.

  • util seq : Expand to piece sequences from solution-finder patterns.

  • verify kicks : 設定されたKickテーブルの検証を行います。

Please see the page for each command for details.

GUI for assistance

solution-finder must be operated with commands from the CLI. On the other hand, for percent path util fig commands, GUIs are included to assist the solution-finder.

These GUIs are made by @kitsune_fuchi (twitter).

Download

Download from https://github.com/knewjade/solution-finder/releases.

If you want to use the GUI, please select solution-finder-*-GUI.zip.

Java 8 (64bit) or higher is required to run the program.

See クイックスタートガイド for subsequent steps.

Table of Contents