Skip to content

A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.

License

Notifications You must be signed in to change notification settings

WaluigiBSOD/asge-creditscheat-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alien Storm (Genesis) Credits Select Cheat Tool

A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.

License

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).

How to compile

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.

Outputs

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 9
  • safe_solutions_prune.csv, containing all the algorithm's prune tables related to all the safe solutions of length 9
  • all_solutions.csv, containing all the solutions of length 9
  • safe_solutions.csv, containing all the safe solutions of length 9

Console output contains other informations, like the number of solutions.

Other Documentation

Other documentation can be found here, generated with Doxygen from the source code and an additional file for the main page.