All Projects → knewjade → solution-finder

knewjade / solution-finder

Licence: MIT license
Tetris: Find perfect clears, combos, T-spins

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to solution-finder

nelua-tetris
Tetris game clone made in Nelua with Raylib
Stars: ✭ 16 (-78.95%)
Mutual labels:  tetris
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (-60.53%)
Mutual labels:  tetris
combatris
A "perfect" implementation of an old classic
Stars: ✭ 20 (-73.68%)
Mutual labels:  tetris
mobx-react-tetris
No description or website provided.
Stars: ✭ 30 (-60.53%)
Mutual labels:  tetris
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+28.95%)
Mutual labels:  tetris
Tetris
Tetris game (Fork)
Stars: ✭ 21 (-72.37%)
Mutual labels:  tetris
go-tetris
Golang Tetris for console window with optional AI
Stars: ✭ 67 (-11.84%)
Mutual labels:  tetris
WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (-68.42%)
Mutual labels:  tetris
JavaFX-Tetris-Clone
JavaFX Tetris game clone written in Java 8
Stars: ✭ 39 (-48.68%)
Mutual labels:  tetris
TETRIS
俄罗斯方块demo
Stars: ✭ 15 (-80.26%)
Mutual labels:  tetris
Tetromino
One of my favorite games implemented for iOS, macOS + CLI
Stars: ✭ 17 (-77.63%)
Mutual labels:  tetris
gym-tetris
An OpenAI Gym interface to Tetris on the NES.
Stars: ✭ 33 (-56.58%)
Mutual labels:  tetris
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-78.95%)
Mutual labels:  tetris
RustTetris
Tetris Made in Rust and SDL2
Stars: ✭ 18 (-76.32%)
Mutual labels:  tetris
AWKTC
AWKTC is Workable Klutzy Time-wasting Command
Stars: ✭ 44 (-42.11%)
Mutual labels:  tetris
sh-tetris
The pure shell script (sh) that implements the Tetris game following the Tetris Guideline (2009).
Stars: ✭ 31 (-59.21%)
Mutual labels:  tetris
tetris-demo
A Tetris example written in Rust using Piston in under 500 lines of code
Stars: ✭ 106 (+39.47%)
Mutual labels:  tetris
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (+48.68%)
Mutual labels:  tetris
wasm-tetris
Wasm Tetris
Stars: ✭ 85 (+11.84%)
Mutual labels:  tetris
tetran
Tetris-style game written in FORTRAN-95
Stars: ✭ 19 (-75%)
Mutual labels:  tetris

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.

Features (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.

Documentation

Please see the documents for setup and usage instructions.


Licenses

This software includes the work that is distributed in the Apache License 2.0.

Apache Commons CLI
Copyright 2001-2017 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].