A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
More documentation can be found here, generated with Doxygen from the source code and an additional file for the main page.
A handy CMakeLists.txt file is provided inside the src directory for easy compilation, overall the only particular requirement it needs is the ISO C++11 standard.
The program outputs four CSV files, located inside the output directory:
all_solutions.csv, containing all the solutions of length 9all_solutions_prune.csv, containing all the algorithm's prune tables related to all the solutions of length 9safe_solutions.csv, containing all the safe solutions of length 9safe_solutions_prune.csv, containing all the algorithm's prune tables related to all the safe solutions of length 9
Console output contains other information, like the number of solutions.
This source code is released under the GNU General Public License v 3.0 (see LICENSE in the root of the repository for a copy of the license and for more information).