A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
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).
A handy CMakeLists.txt
file is provided inside the src
directory for easy compilation.
The only particular requirement it needs is the ISO C++11 standard.
The program itself outputs four CSV files, located inside the output
directory:
all_solutions_prune.csv
, containing all the algorithm's prune tables related to all the solutions of length 9safe_solutions_prune.csv
, containing all the algorithm's prune tables related to all the safe solutions of length 9all_solutions.csv
, containing all the solutions of length 9safe_solutions.csv
, containing all the safe solutions of length 9
Console output contains other informations, like the number of solutions.
Other documentation can be found here, generated with Doxygen from the source code and an additional file for the main page.